Commit 3cc52de8 authored by Luca Toscano's avatar Luca Toscano
Browse files

Added a reference to the mpm-event's doc about the fact that it does not...

Added a reference to the mpm-event's doc about the fact that it does not require any mpm-accept mutex set.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1741733 13f79535-47bb-0310-9956-ffa450edef68
parent 780900b0
Loading
Loading
Loading
Loading
+37 −32
Original line number Diff line number Diff line
@@ -67,6 +67,11 @@ of the <directive>AsyncRequestWorkerFactor</directive>.</p>
    and the ones where the only remaining thing to do is send the data to the client.
    </p>

    <p>This new architecture, leveraging non blocking sockets and modern kernel
       features exposed by <glossary>APR</glossary> (like Linux's epoll),
       does not require anymore the <code>mpm_accept</code> <directive module="core">Mutex</directive>
       configured to avoid the thundering herd problem.</p>

    <p>The total amount of connections that a single process/threads block can handle is regulated
        by the <directive>AsyncRequestWorkerFactor</directive> directive.</p>