You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1999/08/12 10:20:08 UTC

cvs commit: apache-2.0/mpm/src/modules/mpm MPM.NAMING

rse         99/08/12 01:20:07

  Modified:    mpm/src/modules/mpm MPM.NAMING
  Log:
  Try to find overview in the MPM mess.
  Is this correctly described or did I misunderstood anything?
  Feel free to fix me...
  
  Revision  Changes    Path
  1.2       +9 -0      apache-2.0/mpm/src/modules/mpm/MPM.NAMING
  
  Index: MPM.NAMING
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/src/modules/mpm/MPM.NAMING,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MPM.NAMING	1999/06/24 01:57:51	1.1
  +++ MPM.NAMING	1999/08/12 08:20:07	1.2
  @@ -20,3 +20,12 @@
   
   The MPM_METHOD Rule will use the actual name (eg: prefork) to
   pick the correct method module to build.
  +
  +The following MPMs currently exist:
  +
  +  prefork ....... Multi  Process Model with Preforking (Apache 1.3)
  +  dexter ........ Multi  Process Model with Threading via Pthreads (v2)
  +  mpmt_pthread .. Multi  Process Model with Threading via Pthreads (v1 = Apache/pthread)
  +  spmt_os2 ...... Single Process Model with Threading on OS/2
  +  winnt ......... Single Process Model with Threading on Windows NT
  +