]> granicus.if.org Git - apache/commitdiff
Flesh out the descriptions of dexter and mpmt_pthread a bit.
authorManoj Kasichainula <manoj@apache.org>
Thu, 12 Aug 1999 18:47:11 +0000 (18:47 +0000)
committerManoj Kasichainula <manoj@apache.org>
Thu, 12 Aug 1999 18:47:11 +0000 (18:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83656 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/MPM.NAMING

index 8e4fcd1bb56af18954782921116a795cc257c69f..452881b3b7f1db1b777c40a8fadad2248a60fa11 100644 (file)
@@ -24,8 +24,11 @@ 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)
+  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