From 71bbbb6469ad88b3859436abac6b9f6706dde4c4 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Mon, 8 Oct 2012 13:35:52 +0000
Subject: [PATCH] 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
---
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.40.0