From: Manoj Kasichainula Date: Thu, 12 Aug 1999 18:47:11 +0000 (+0000) Subject: Flesh out the descriptions of dexter and mpmt_pthread a bit. X-Git-Tag: mpm-merge-2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=959068f9496de5dc2d32f9c5b43cbbc5ff8c4b59;p=thirdparty%2Fapache%2Fhttpd.git Flesh out the descriptions of dexter and mpmt_pthread a bit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83656 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/MPM.NAMING b/server/mpm/MPM.NAMING index 8e4fcd1bb56..452881b3b7f 100644 --- a/server/mpm/MPM.NAMING +++ b/server/mpm/MPM.NAMING @@ -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