2N/AThe following MPMs currently exist:
2N/A prefork ....... Multi Process Model with Preforking (Apache 1.3)
2N/A perchild ...... Multi Process Model with Threading.
2N/A Constant number of processes, variable number of threads
2N/A mpmt_os2 ...... Multi Process Model with Threading on OS/2
2N/A Constant number of processes, variable number of threads.
2N/A One acceptor thread per process, multiple workers threads.
2N/A winnt ......... Single Process Model with Threading on Windows NT
2N/A worker ........ Multi Process model with threads. One acceptor thread,
2N/A multiple worker threads.
2N/A netware ....... Multi-threaded MPM for Netware
2N/A beos .......... Single Process Model with Threading on BeOS