]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add event MPM description.
authorRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 11:49:34 +0000 (11:49 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 11:49:34 +0000 (11:49 +0000)
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

index 1cc0c7c4ff1c679198c1d7624ccf0a728e610d46..d019ed30908d44c32561ac5814b108e0f65333df 100644 (file)
@@ -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