You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/02/13 03:00:29 UTC

cvs commit: httpd-2.0/server/mpm MPM.NAMING

rbb         01/02/12 18:00:29

  Modified:    server/mpm MPM.NAMING
  Log:
  Add the perchild MPM to MPM.NAMING
  
  Revision  Changes    Path
  1.4       +3 -0      httpd-2.0/server/mpm/MPM.NAMING
  
  Index: MPM.NAMING
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/MPM.NAMING,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -d -b -w -u -r1.3 -r1.4
  --- MPM.NAMING	1999/08/12 18:47:11	1.3
  +++ MPM.NAMING	2001/02/13 02:00:29	1.4
  @@ -26,6 +26,9 @@
     prefork ....... Multi  Process Model with Preforking (Apache 1.3)
     dexter ........ Multi  Process Model with Threading via Pthreads
                     Constant number of processes, variable number of threads
  +  perchild ...... Same as dexter, but each child process can have a different
  +                  uid/gid.  If no special uid/gid is specified, this is
  +                  dexter.
     mpmt_pthread .. Multi  Process Model with Threading via Pthreads
                     Variable number of processes, constant number of
                     threads/child (= Apache/pthread)