You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/10/08 15:40:56 UTC

svn commit: r1395561 - /httpd/httpd/branches/2.4.x/docs/manual/mpm.xml

Author: rbowen
Date: Mon Oct  8 13:40:55 2012
New Revision: 1395561

URL: http://svn.apache.org/viewvc?rev=1395561&view=rev
Log:
More specific about default MPM selection

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml?rev=1395561&r1=1395560&r2=1395561&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml Mon Oct  8 13:40:55 2012
@@ -95,10 +95,9 @@ Linux, BSD, Solaris, Mac OS X, etc.</p><
 
 <p>In the case of Unix, the decision as to which MPM is installed is
 based on two questions:</p>
-<p>1. Does the system support <a
-href="http://en.wikipedia.org/wiki/Threads_(computer_science)">threads</a>?</p>
-<p>2. Does the system support <a
-href="http://en.wikipedia.org/wiki/Polling_(computer_science)">polling</a>?</p>
+<p>1. Does the system support threads?</p>
+<p>2. Does the system support thread-safe polling (Specifically, the
+kqueue and epoll functions)?</p>
 
 <p>If the answer to both questions is 'yes', the default MPM is
 <module>event</module>.</p>