From: Rainer Jung Date: Tue, 31 Jan 2012 11:49:34 +0000 (+0000) Subject: Add event MPM description. X-Git-Tag: 2.5.0-alpha~7538 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91dd1ad4dc7ee742085729cfc73d97ba1db731a;p=thirdparty%2Fapache%2Fhttpd.git Add event MPM description. Partial forward port of r1201214 from 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238405 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/MPM.NAMING b/server/mpm/MPM.NAMING index 1cc0c7c4ff1..d019ed30908 100644 --- a/server/mpm/MPM.NAMING +++ b/server/mpm/MPM.NAMING @@ -9,6 +9,9 @@ The following MPMs currently exist: Constant number of processes, variable number of threads. One acceptor thread per process, multiple workers threads. winnt ......... Single Process Model with Threading on Windows NT + event ......... Multi Process model with threads. One acceptor thread, + multiple worker threads, separate poller threads for idle + connections and asynchoneous write completion. worker ........ Multi Process model with threads. One acceptor thread, multiple worker threads. netware ....... Multi-threaded MPM for Netware