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  Changes    Path
  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.NAMING        1999/08/12 08:20:07     1.2
  +++ MPM.NAMING        1999/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
   
  
  
  

Reply via email to