From fe7f185ed2d0639f06782a772401b6f3ced19cd9 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 8 Oct 2012 13:40:55 +0000 Subject: [PATCH] More specific about default MPM selection 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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/manual/mpm.xml b/docs/manual/mpm.xml index 0150f3f63c..9757a394cd 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.

-- 2.50.1