]> granicus.if.org Git - apache/blob - server/mpm/MPM.NAMING
mpm_event: worker factor vs pollset.
[apache] / server / mpm / MPM.NAMING
1
2 The following MPMs currently exist:
3
4   simple ........ Single or Multi Process, with Preforking or Threading,
5                   depending on configuration and operating systems.  Should
6                   be able to run on all modern operating systems.
7   prefork ....... Multi  Process Model with Preforking (Apache 1.3)
8   mpmt_os2 ...... Multi Process Model with Threading on OS/2
9                   Constant number of processes, variable number of threads.
10                   One acceptor thread per process, multiple workers threads.
11   winnt ......... Single Process Model with Threading on Windows NT
12   event ......... Multi Process model with threads.  One acceptor thread,
13                   multiple worker threads, separate poller threads for idle
14                   connections and asynchoneous write completion.
15   worker ........ Multi Process model with threads.  One acceptor thread,
16                   multiple worker threads.
17   netware ....... Multi-threaded MPM for Netware