diff options
author | Manoj Kasichainula <manoj@apache.org> | 1999-08-12 20:47:11 +0200 |
---|---|---|
committer | Manoj Kasichainula <manoj@apache.org> | 1999-08-12 20:47:11 +0200 |
commit | 959068f9496de5dc2d32f9c5b43cbbc5ff8c4b59 (patch) | |
tree | 653e171e531209ef3f88b627b66a7f64bf2e368e /server/mpm/MPM.NAMING | |
parent | Try to find overview in the MPM mess. (diff) | |
download | apache2-959068f9496de5dc2d32f9c5b43cbbc5ff8c4b59.tar.xz apache2-959068f9496de5dc2d32f9c5b43cbbc5ff8c4b59.zip |
Flesh out the descriptions of dexter and mpmt_pthread a bit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | server/mpm/MPM.NAMING | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/server/mpm/MPM.NAMING b/server/mpm/MPM.NAMING index 8e4fcd1bb5..452881b3b7 100644 --- a/server/mpm/MPM.NAMING +++ b/server/mpm/MPM.NAMING @@ -24,8 +24,11 @@ pick the correct method module to build. The following MPMs currently exist: prefork ....... Multi Process Model with Preforking (Apache 1.3) - dexter ........ Multi Process Model with Threading via Pthreads (v2) - mpmt_pthread .. Multi Process Model with Threading via Pthreads (v1 = Apache/pthread) + dexter ........ Multi Process Model with Threading via Pthreads + Constant number of processes, variable number of threads + mpmt_pthread .. Multi Process Model with Threading via Pthreads + Variable number of processes, constant number of + threads/child (= Apache/pthread) spmt_os2 ...... Single Process Model with Threading on OS/2 winnt ......... Single Process Model with Threading on Windows NT |