From 129d41b84f68559884a3e6a47357ca2042e989ea Mon Sep 17 00:00:00 2001
From: Luca Toscano
Date: Mon, 2 May 2016 19:26:12 +0000
Subject: [PATCH] Fixed wording about the event's doc page after Mike's
feedback on dev@
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1742029 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/event.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/mod/event.xml b/docs/manual/mod/event.xml
index efad7a146c..7ea5872105 100644
--- a/docs/manual/mod/event.xml
+++ b/docs/manual/mod/event.xml
@@ -70,9 +70,9 @@ of the AsyncRequestWorkerFactor.
adjusts these queues and pushes work to the worker pool.
- This new architecture, leveraging non blocking sockets and modern kernel
+
This new architecture, leveraging non-blocking sockets and modern kernel
features exposed by APR (like Linux's epoll),
- does not require anymore the mpm_accept
Mutex
+ no longer requires the mpm-accept
Mutex
configured to avoid the thundering herd problem.
The total amount of connections that a single process/threads block can handle is regulated
--
2.50.1