import FCGI-ProcManager 0.17 from CPAN
[catagits/FCGI-ProcManager.git] / README
diff --git a/README b/README
index fbe7f8c..1718396 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-$Id: README,v 1.4 2001/01/31 07:13:44 muaddib Exp $
+$Id: README,v 1.6 2001/04/23 16:07:16 muaddie Exp $
 
 General Information
 -------------------
 
 FCGI-ProcManager is a process manager for FCGI.  By implementing the
 process manager in perl, we can more finely tune FastCGI performance, and 
-we can take CPU and memory advantages of fast forks and copy-on-right UNIX
+we can take CPU and memory advantages of fast forks and copy-on-write UNIX
 process management characteristics.
 
 
@@ -30,8 +30,11 @@ To build,
 
 Usage
 -----
-
-More info here later.
+In order to use this process manager, you should create a FCGI::ProcManager
+object, configure it, call its pm_manage() method.   Then, you'll want to
+call its pm_pre_dispatch() method at the top of your request loop, and then
+pm_post_dispatch() at the bottom of your request loop.  Consult
+FCGI::ProcManager documentation for more detail.  (perldoc ./ProcManager.pm)
 
 
 Copyright