diff options
author | André Malo <nd@apache.org> | 2004-11-28 22:54:52 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-11-28 22:54:52 +0100 |
commit | 5e311552a2cf21a6050f6a0a4c33ff86bb67ade5 (patch) | |
tree | e1a73468f4b5c82642c21b911aec71af380db534 /docs/manual/mod/worker.xml | |
parent | Properly export ap_listen_* functions. (diff) | |
download | apache2-5e311552a2cf21a6050f6a0a4c33ff86bb67ade5.tar.xz apache2-5e311552a2cf21a6050f6a0a4c33ff86bb67ade5.zip |
minor cleanups
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106851 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/worker.xml')
-rw-r--r-- | docs/manual/mod/worker.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/worker.xml b/docs/manual/mod/worker.xml index d210c626cf..977a8685c5 100644 --- a/docs/manual/mod/worker.xml +++ b/docs/manual/mod/worker.xml @@ -32,7 +32,7 @@ multi-process multi-threaded server. By using threads to serve requests, it is able to serve a large number of requests with less system resources than a process-based server. Yet it - retains much of the stability of a process-based server by + retains much of the stability of a process-based server by keeping multiple processes available, each with many threads.</p> <p>The most important directives used to control this MPM are @@ -137,7 +137,7 @@ uses</a></seealso> controls how frequently the server recycles processes by killing old ones and launching new ones.</p> </section> - + <directivesynopsis location="mpm_common"><name>AcceptMutex</name> </directivesynopsis> <directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name> |