X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=1718396c17bb841ca541c857f521e927fca86a02;hb=50f238cd3e0e0c7a9481a64b0bc152bdbd8ead1c;hp=fbe7f8c9a13817000a17d818376864de88334e71;hpb=c2bbadb320bc821ddac04668a1f3dd4f6fcf6c94;p=catagits%2FFCGI-ProcManager.git diff --git a/README b/README index fbe7f8c..1718396 100644 --- 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