import FCGI-ProcManager 0.16 from CPAN
[catagits/FCGI-ProcManager.git] / README
1 $Id: README,v 1.4 2001/01/31 07:13:44 muaddib Exp $
2
3 General Information
4 -------------------
5
6 FCGI-ProcManager is a process manager for FCGI.  By implementing the
7 process manager in perl, we can more finely tune FastCGI performance, and 
8 we can take CPU and memory advantages of fast forks and copy-on-right UNIX
9 process management characteristics.
10
11
12 Installation
13 ------------
14
15 FCGI-ProcManager is expected to compile and run on all systems which
16 support normal UNIX fork/wait semantics.  FCGI-ProcManager is known to
17 compile and run on the following systems:
18
19  - Linux (2.0.x, 2.1.x, 2.2.x, 2.3.x)
20  - Solaris (2.5.1, 2.6, 2.7)
21  - Digital UNIX 4.0
22  - NetBSD 1.4
23
24 Full installation instructions can be found in the INSTALL file.
25 To build,
26
27   perl Makefile.PL
28   make all
29   make install
30
31 Usage
32 -----
33
34 More info here later.
35
36
37 Copyright
38 ---------
39 Copyright (c) 2000, FundsXpress Financial Network, Inc.
40
41
42 Disclaimer
43 ----------
44
45 This library is free software released "AS IS WITH ALL FAULTS"
46 and WITHOUT ANY WARRANTIES under the terms of the GNU Lesser
47 General Public License, Version 2.1, a copy of which can be
48 found in the "COPYING" file of this distribution.
49
50
51 James Jurach <muaddib@erf.net>