From: Ryan Bloom Date: Tue, 13 Feb 2001 02:00:29 +0000 (+0000) Subject: Add the perchild MPM to MPM.NAMING X-Git-Tag: 2.0.11~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b49c77a9218c923b5780ab30da41240eec437ee3;p=apache Add the perchild MPM to MPM.NAMING git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88129 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/MPM.NAMING b/server/mpm/MPM.NAMING index 452881b3b7..2d0e0484cb 100644 --- a/server/mpm/MPM.NAMING +++ b/server/mpm/MPM.NAMING @@ -26,6 +26,9 @@ The following MPMs currently exist: prefork ....... Multi Process Model with Preforking (Apache 1.3) dexter ........ Multi Process Model with Threading via Pthreads Constant number of processes, variable number of threads + perchild ...... Same as dexter, but each child process can have a different + uid/gid. If no special uid/gid is specified, this is + dexter. mpmt_pthread .. Multi Process Model with Threading via Pthreads Variable number of processes, constant number of threads/child (= Apache/pthread)