From: Rich Bowen Date: Mon, 8 Oct 2012 13:35:52 +0000 (+0000) Subject: Thanks to Daniel, further enhance the explanation of the decision of the default... X-Git-Tag: 2.5.0-alpha~6221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71bbbb6469ad88b3859436abac6b9f6706dde4c4;p=thirdparty%2Fapache%2Fhttpd.git Thanks to Daniel, further enhance the explanation of the decision of the default MPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1395555 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mpm.xml b/docs/manual/mpm.xml index 0150f3f63c3..9757a394cd0 100644 --- a/docs/manual/mpm.xml +++ b/docs/manual/mpm.xml @@ -95,10 +95,9 @@ Linux, BSD, Solaris, Mac OS X, etc.

In the case of Unix, the decision as to which MPM is installed is based on two questions:

-

1. Does the system support threads?

-

2. Does the system support polling?

+

1. Does the system support threads?

+

2. Does the system support thread-safe polling (Specifically, the +kqueue and epoll functions)?

If the answer to both questions is 'yes', the default MPM is event.