From: David Reid Date: Sat, 15 Jan 2000 20:15:08 +0000 (+0000) Subject: Missed this file! So here it is... X-Git-Tag: 1.3.10~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f90af90a04f6666fe241aa246533dcfdd3ce7c10;p=apache Missed this file! So here it is... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84469 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mpm.html b/docs/manual/mpm.html new file mode 100644 index 0000000000..7521751bfe --- /dev/null +++ b/docs/manual/mpm.html @@ -0,0 +1,96 @@ + + + +Available MPM's for Apache 2.0 + + + + +

Apache 2.0 - Available MPM's

+

Dated 15th January 2000

+

Apache 2.0 has a new architecture that moves the processing of requests from the code server into a MultiProcessing Module (MPM). By selecting the MPM to use you can alter the way the server behaves. Additionally the introduction of the MPM's has led to platforms developing their own optimised modules. On some platforms there is no choice, whilst on others there are different options, each with differing processing models. This list aims to help you select a suitable MPM for your system.

+
+

Platforms

+ +

Unix

+ + + + + + + + + + + + + + + + + + + + + +
MPMDescriptionMaintainer
preforkThe prefork MPM reproduces the behaviour of Apache 1.3.??
mpmt_pthreadThis MPM uses a multi-process, multi-threaded model to provide good scability and stability.Manoj?
dexterThis is Manoj's plaything. It has a number of hybrid features that Manoj has been looking at to improve performance.Manoj
+ +

Windows

+ + + + + + + + + + + +
MPMDescriptionMaintainer
winntThe Windows MPM. This is mainly aimed at Windows NT.Bill Stoddard
+ +

OS/2

+ + + + + + + + + + + +
MPMDescriptionMaintainer
spmt_os2Single process, multiple thread MPM for OS2.Brian Havard
+ +

BeOS

+ + + + + + + + + + + +
MPMDescriptionMaintainer
mpmt_beosMulti-threaded MPM for BeOS. This follows the mpmt_pthread model.David Reid
+ +
+David Reid, 15th January 2000 + + + diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en new file mode 100644 index 0000000000..7521751bfe --- /dev/null +++ b/docs/manual/mpm.html.en @@ -0,0 +1,96 @@ + + + +Available MPM's for Apache 2.0 + + + + +

Apache 2.0 - Available MPM's

+

Dated 15th January 2000

+

Apache 2.0 has a new architecture that moves the processing of requests from the code server into a MultiProcessing Module (MPM). By selecting the MPM to use you can alter the way the server behaves. Additionally the introduction of the MPM's has led to platforms developing their own optimised modules. On some platforms there is no choice, whilst on others there are different options, each with differing processing models. This list aims to help you select a suitable MPM for your system.

+
+

Platforms

+
+

Unix

+ + + + + + + + + + + + + + + + + + + + + +
MPMDescriptionMaintainer
preforkThe prefork MPM reproduces the behaviour of Apache 1.3.??
mpmt_pthreadThis MPM uses a multi-process, multi-threaded model to provide good scability and stability.Manoj?
dexterThis is Manoj's plaything. It has a number of hybrid features that Manoj has been looking at to improve performance.Manoj
+ +

Windows

+ + + + + + + + + + + +
MPMDescriptionMaintainer
winntThe Windows MPM. This is mainly aimed at Windows NT.Bill Stoddard
+ +

OS/2

+ + + + + + + + + + + +
MPMDescriptionMaintainer
spmt_os2Single process, multiple thread MPM for OS2.Brian Havard
+ +

BeOS

+ + + + + + + + + + + +
MPMDescriptionMaintainer
mpmt_beosMulti-threaded MPM for BeOS. This follows the mpmt_pthread model.David Reid
+ +
+David Reid, 15th January 2000 + + +