bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / server / mpm / MPM.NAMING
1
2 The following MPMs currently exist:
3
4   prefork ....... Multi  Process Model with Preforking (Apache 1.3)
5   perchild ...... Multi  Process Model with Threading.
6                   Constant number of processes, variable number of threads
7                   each child process can have a different uid/gid.  
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   worker ........ Multi Process model with threads.  One acceptor thread,
13                   multiple worker threads.
14   netware ....... Multi-threaded MPM for Netware
15   beos .......... Single Process Model with Threading on BeOS