summaryrefslogtreecommitdiff
path: root/docs/manual/mpm.html
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2000-01-15 20:15:08 +0000
committerDavid Reid <dreid@apache.org>2000-01-15 20:15:08 +0000
commitf90af90a04f6666fe241aa246533dcfdd3ce7c10 (patch)
tree38b7b60ec0a6be6e84a3343df6eab1d18c8f35f7 /docs/manual/mpm.html
parent5973d1edff9461ea0873ec7c069b7d1e21df86ab (diff)
downloadhttpd-f90af90a04f6666fe241aa246533dcfdd3ce7c10.tar.gz
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
Diffstat (limited to 'docs/manual/mpm.html')
-rw-r--r--docs/manual/mpm.html96
1 files changed, 96 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<HTML>
+<HEAD>
+<TITLE>Available MPM's for Apache 2.0</TITLE>
+</HEAD>
+
+<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
+<BODY
+ BGCOLOR="#FFFFFF"
+ TEXT="#000000"
+ LINK="#0000FF"
+ VLINK="#000080"
+ ALINK="#FF0000"
+>
+<h1 align="center">Apache 2.0 - Available MPM's</h1>
+<p align="center"><em>Dated 15<sup>th</sup> January 2000</em></p>
+<p>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.</p>
+<hr>
+<h3>Platforms</h3>
+<ul>
+<li><A href="#unix">Unix</a></li>
+<li><a href="#windows">Windows</a></li>
+<li><a href="#os2">OS/2</a></li>
+<li><a href="#beos">BeOS</a></li>
+</ul>
+<a name="unix"><h3>Unix</h3>
+<table width="100%" border="1">
+<tr>
+<th width="20%">MPM</th>
+<th width="60%">Description</th>
+<th width="20%">Maintainer</th>
+</tr>
+<tr>
+<td>prefork</td>
+<td>The prefork MPM reproduces the behaviour of Apache 1.3.</td>
+<td>??</td>
+</tr>
+<tr>
+<td>mpmt_pthread</td>
+<td>This MPM uses a multi-process, multi-threaded model to provide good scability and stability.</td>
+<td>Manoj?</td>
+</tr>
+<tr>
+<td>dexter</td>
+<td>This is Manoj's plaything. It has a number of hybrid features that Manoj has been looking at to improve performance.</td>
+<td><a href="mailto:manojk@io.com">Manoj</a></td>
+</tr>
+</table>
+
+<a name="windows"><h3>Windows</h3>
+<table width="100%" border="1">
+<tr>
+<th width="20%">MPM</th>
+<th width="60%">Description</th>
+<th width="20%">Maintainer</th>
+</tr>
+<tr>
+<td>winnt</td>
+<td>The Windows MPM. This is mainly aimed at Windows NT.</td>
+<td><a href="mailto:stoddard@raleigh.ibm.com">Bill Stoddard</a></td>
+</tr>
+</table>
+
+<a name="os2"><h3>OS/2</h3>
+<table width="100%" border="1">
+<tr>
+<th width="20%">MPM</th>
+<th width="60%">Description</th>
+<th width="20%">Maintainer</th>
+</tr>
+<tr>
+<td>spmt_os2</td>
+<td>Single process, multiple thread MPM for OS2.</td>
+<td><a href="mailto:brianh@kheldar.apana.org.au">Brian Havard</a></td>
+</tr>
+</table>
+
+<a name="beos"><h3>BeOS</h3>
+<table width="100%" border="1">
+<tr>
+<th width="20%">MPM</th>
+<th width="60%">Description</th>
+<th width="20%">Maintainer</th>
+</tr>
+<tr>
+<td>mpmt_beos</td>
+<td>Multi-threaded MPM for BeOS. This follows the mpmt_pthread model.</td>
+<td><a href="mailto:dreid@jetnet.co.uk">David Reid</a></td>
+</tr>
+</table>
+
+<hr>
+<I>David Reid, 15<sup>th</sup> January 2000</I>
+</body>
+</html>
+