From 8c2d622a8c67e0d3f4e419faa259caa96223a253 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 31 Jan 2012 11:49:34 +0000 Subject: [PATCH] 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 --- server/mpm/MPM.NAMING | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3