]> granicus.if.org Git - apache/commitdiff
More specific about default MPM selection
authorRich Bowen <rbowen@apache.org>
Mon, 8 Oct 2012 13:40:55 +0000 (13:40 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 8 Oct 2012 13:40:55 +0000 (13:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1395561 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mpm.xml

index 0150f3f63c320443f0621898120a0e5a43f284c5..9757a394cd085aa99673598e1f4297b8f0949af9 100644 (file)
@@ -95,10 +95,9 @@ Linux, BSD, Solaris, Mac OS X, etc.</p></note>
 
 <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>