summaryrefslogtreecommitdiff
path: root/docs/manual/mpm.xml
diff options
context:
space:
mode:
authorAstrid Malo <kess@apache.org>2005-03-27 14:03:24 +0000
committerAstrid Malo <kess@apache.org>2005-03-27 14:03:24 +0000
commita0695b5f91af2178cb1ab74b6c85d5e7be13a114 (patch)
treecde3b321be944069ba6e78f762ddbbf59b1f2ac7 /docs/manual/mpm.xml
parent5c3f88af30bdcc9fcf79f8e79164fd7096bbcfaf (diff)
downloadhttpd-a0695b5f91af2178cb1ab74b6c85d5e7be13a114.tar.gz
Delete an incomprehensible sentence. There is no posibility NOT to choose the MPM at compile time.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159149 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mpm.xml')
-rw-r--r--docs/manual/mpm.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/manual/mpm.xml b/docs/manual/mpm.xml
index c3725f8d5f..30ec624582 100644
--- a/docs/manual/mpm.xml
+++ b/docs/manual/mpm.xml
@@ -83,9 +83,7 @@ how they are used by the Apache HTTP Server.</p>
<p>MPMs must be chosen during configuration, and compiled into
the server. Compilers are capable of optimizing a lot of
functions if threads are used, but only if they know that
- threads are being used. Because some MPMs use threads on Unix
- and others don't, Apache will always perform better if the MPM
- is chosen at configuration time and built into Apache.</p>
+ threads are being used.</p>
<p>To actually choose the desired MPM, use the argument
<code>--with-mpm=<em>NAME</em></code> with the