mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Pr#52239: clarify Event MPM's behaviour with strictly
synchronous libraries. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205885 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -117,13 +117,14 @@
|
||||
|
||||
<li>The use of a threaded <a href="../mpm.html">mpm</a> may
|
||||
allow you to handle more simultaneous connections, thereby
|
||||
mitigating DoS attacks. Further, the experimental
|
||||
mitigating DoS attacks. Further, the
|
||||
<module>event</module> mpm
|
||||
uses asynchronous processing to avoid devoting a thread to each
|
||||
connection. At the current point of time this
|
||||
is work in progress and not fully implemented. Especially the
|
||||
connection. Due to the nature of the OpenSSL library the
|
||||
<module>event</module> mpm is currently incompatible with
|
||||
<module>mod_ssl</module> and other input filters.</li>
|
||||
<module>mod_ssl</module> and other input filters. In these
|
||||
cases it falls back to the behaviour of the
|
||||
<module>worker</module> mpm.</li>
|
||||
|
||||
<li>There are a number of third-party modules available through
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user