X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=11ee0f8ad4f00d4cc1499859c5c18aa37dee3f52;hb=ad36b2a195310524f8500515f1fad43dbb17c163;hp=fbe7f8c9a13817000a17d818376864de88334e71;hpb=518709edb620494ace324da50ad3494a351d1e02;p=catagits%2FFCGI-ProcManager.git diff --git a/README b/README index fbe7f8c..11ee0f8 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 @@ -47,5 +50,10 @@ and WITHOUT ANY WARRANTIES under the terms of the GNU Lesser General Public License, Version 2.1, a copy of which can be found in the "COPYING" file of this distribution. +Maintainer +------ +Gareth Kirwan +Author +------ James Jurach