From b6029cbafca71163ba007ddd0723bbadf58b4e3e Mon Sep 17 00:00:00 2001
From: Graham Leggett
The improved connection handling does not yet work for certain
- connection filters, in particular SSL. For SSL connections, this MPM will
- fall back to the behaviour of the
The improved connection handling may not work for certain connection
+ filters that have declared themselves as incompatible with event. In these
+ cases, this MPM will fall back to the behaviour of the
+
The MPM assumes that the underlying The event MPM handles some connections in an asynchronous way, where
request worker threads are only allocated for short periods of time as
- needed, and other (mostly SSL) connections with one request worker thread
- reserved per connection. This can lead to situations where all workers are
- tied up and no worker thread is available to handle new work on established
- async connections.apr_pollset
implementation is reasonably threadsafe. This enables the MPM to
@@ -152,10 +153,10 @@ of consuming threads only for connections with active processing
To mitigate this problem, the event MPM does two things: Firstly, it limits the number of connections accepted per process, depending on the -- 2.40.0