]> granicus.if.org Git - apache/commitdiff
Try to find overview in the MPM mess.
authorRalf S. Engelschall <rse@apache.org>
Thu, 12 Aug 1999 08:20:07 +0000 (08:20 +0000)
committerRalf S. Engelschall <rse@apache.org>
Thu, 12 Aug 1999 08:20:07 +0000 (08:20 +0000)
Is this correctly described or did I misunderstood anything?
Feel free to fix me...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83648 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/MPM.NAMING

index 3ce40f02e6a6578a5f60d9a6407e5d9eb91c04ac..8e4fcd1bb56af18954782921116a795cc257c69f 100644 (file)
@@ -20,3 +20,12 @@ creates libstandard.a, etc...).
 
 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
+