diff options
author | Jeff Trawick <trawick@apache.org> | 2009-03-26 23:35:11 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-03-26 23:35:11 +0100 |
commit | e64b014d3e5cfb7b9faf23ca46be173ec1073791 (patch) | |
tree | 825d1dbec3dd022a489dd64f6062229167d62ead /server/mpm/MPM.NAMING | |
parent | remove BeOS OS support (diff) | |
download | apache2-e64b014d3e5cfb7b9faf23ca46be173ec1073791.tar.xz apache2-e64b014d3e5cfb7b9faf23ca46be173ec1073791.zip |
remove OS/2 MPM
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758899 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/MPM.NAMING')
-rw-r--r-- | server/mpm/MPM.NAMING | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server/mpm/MPM.NAMING b/server/mpm/MPM.NAMING index 1cc0c7c4ff..ad6d49947c 100644 --- a/server/mpm/MPM.NAMING +++ b/server/mpm/MPM.NAMING @@ -5,9 +5,6 @@ The following MPMs currently exist: depending on configuration and operating systems. Should be able to run on all modern operating systems. prefork ....... Multi Process Model with Preforking (Apache 1.3) - mpmt_os2 ...... Multi Process Model with Threading on OS/2 - 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 worker ........ Multi Process model with threads. One acceptor thread, multiple worker threads. |