Commit 8c2d622a authored by Rainer Jung's avatar Rainer Jung
Browse files

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
parent 50531be4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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