diff options
author | Cliff Woolley <jwoolley@apache.org> | 2002-04-16 08:13:48 +0200 |
---|---|---|
committer | Cliff Woolley <jwoolley@apache.org> | 2002-04-16 08:13:48 +0200 |
commit | 75865990903de69e607fa4ccf08477aa0d16e411 (patch) | |
tree | 9ce830f7e32c732ed4dfc43aeafaa40cb08d26d4 /docs/manual/mod/worker.xml | |
parent | I doubt this was the intention. (diff) | |
download | apache2-75865990903de69e607fa4ccf08477aa0d16e411.tar.xz apache2-75865990903de69e607fa4ccf08477aa0d16e411.zip |
worker is not the default Unix MPM. [This statement has been in the docs
ever since this was copy-and-pasted from the threaded MPM documentation,
and threaded *was* the default at one point.]
Reported by: kap@katchoo.org
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94670 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/worker.xml')
-rw-r--r-- | docs/manual/mod/worker.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/manual/mod/worker.xml b/docs/manual/mod/worker.xml index c0d38ce982..b5e4fa2c2d 100644 --- a/docs/manual/mod/worker.xml +++ b/docs/manual/mod/worker.xml @@ -10,8 +10,7 @@ <identifier>mpm_worker_module</identifier> <summary> - <p>This Multi-Processing Module (MPM) is the default for most - unix-like operating systems. It implements a hybrid + <p>This Multi-Processing Module (MPM) implements a hybrid multi-process multi-threaded server. Each process has a fixed number of threads. The server adjusts to handle load by increasing or decreasing the number of processes.</p> @@ -91,4 +90,4 @@ <directivesynopsis location="mpm_common"><name>User</name> </directivesynopsis> -</modulesynopsis>
\ No newline at end of file +</modulesynopsis> |