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

1999-08-12 Thread rse
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  ChangesPath
  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.NAMING1999/06/24 01:57:51 1.1
  +++ MPM.NAMING1999/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
  +
  
  
  


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

1999-08-12 Thread manoj
manoj   99/08/12 11:47:12

  Modified:mpm/src/modules/mpm MPM.NAMING
  Log:
  Flesh out the descriptions of dexter and mpmt_pthread a bit.
  
  Revision  ChangesPath
  1.3   +5 -2  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.2
  retrieving revision 1.3
  diff -u -d -u -r1.2 -r1.3
  --- MPM.NAMING1999/08/12 08:20:07 1.2
  +++ MPM.NAMING1999/08/12 18:47:11 1.3
  @@ -24,8 +24,11 @@
   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)
  +  dexter  Multi  Process Model with Threading via Pthreads
  +  Constant number of processes, variable number of threads
  +  mpmt_pthread .. Multi  Process Model with Threading via Pthreads
  +  Variable number of processes, constant number of
  +  threads/child (= Apache/pthread)
 spmt_os2 .. Single Process Model with Threading on OS/2
 winnt . Single Process Model with Threading on Windows NT