summaryrefslogtreecommitdiffstats
path: root/server/mpm/MPM.NAMING
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-08-06 17:55:43 +0200
committerRyan Bloom <rbb@apache.org>2001-08-06 17:55:43 +0200
commit6adc4b0641fb4088aa07de70e58ac746bd9f27de (patch)
treef392cbaa05bb0245cd3628b59e9fee1037c44d2f /server/mpm/MPM.NAMING
parentRemove all the warnings from mod_example.c. (diff)
downloadapache2-6adc4b0641fb4088aa07de70e58ac746bd9f27de.tar.xz
apache2-6adc4b0641fb4088aa07de70e58ac746bd9f27de.zip
Explain the worker MPM
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89938 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/MPM.NAMING')
-rw-r--r--server/mpm/MPM.NAMING2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/mpm/MPM.NAMING b/server/mpm/MPM.NAMING
index 62b60a0328..b6fe5790ce 100644
--- a/server/mpm/MPM.NAMING
+++ b/server/mpm/MPM.NAMING
@@ -10,4 +10,6 @@ The following MPMs currently exist:
threads/child (= Apache/thread)
spmt_os2 ...... Single Process Model with Threading on OS/2
winnt ......... Single Process Model with Threading on Windows NT
+ worker ........ Multi Process model with threads. One acceptor thread,
+ multiple worker threads.