From: Ralf S. Engelschall Date: Thu, 12 Aug 1999 08:20:07 +0000 (+0000) Subject: Try to find overview in the MPM mess. X-Git-Tag: mpm-merge-2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b55c2e4ed29d98c8fab9829ad00fa3cbab5a0577;p=thirdparty%2Fapache%2Fhttpd.git Try to find overview in the MPM mess. 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 --- diff --git a/server/mpm/MPM.NAMING b/server/mpm/MPM.NAMING index 3ce40f02e6a..8e4fcd1bb56 100644 --- a/server/mpm/MPM.NAMING +++ b/server/mpm/MPM.NAMING @@ -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 +