You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ke...@apache.org on 2005/03/27 16:03:25 UTC

svn commit: r159149 - httpd/httpd/trunk/docs/manual/mpm.xml

Author: kess
Date: Sun Mar 27 06:03:24 2005
New Revision: 159149

URL: http://svn.apache.org/viewcvs?view=rev&rev=159149
Log:
Delete an incomprehensible sentence. There is no posibility NOT to choose the MPM at compile time.

Modified:
    httpd/httpd/trunk/docs/manual/mpm.xml

Modified: httpd/httpd/trunk/docs/manual/mpm.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mpm.xml?view=diff&r1=159148&r2=159149
==============================================================================
--- httpd/httpd/trunk/docs/manual/mpm.xml (original)
+++ httpd/httpd/trunk/docs/manual/mpm.xml Sun Mar 27 06:03:24 2005
@@ -83,9 +83,7 @@
     <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