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