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