diff options
author | Luca Toscano <elukey@apache.org> | 2017-09-09 11:29:47 +0200 |
---|---|---|
committer | Luca Toscano <elukey@apache.org> | 2017-09-09 11:29:47 +0200 |
commit | 9d9ccac7d7fdb392c1b8eea075a269f6332f551a (patch) | |
tree | 7262f9e113461493360491324a67045078600622 /docs/manual/mod/event.xml | |
parent | On the trunk: (diff) | |
download | apache2-9d9ccac7d7fdb392c1b8eea075a269f6332f551a.tar.xz apache2-9d9ccac7d7fdb392c1b8eea075a269f6332f551a.zip |
event.xml: fix reference to upcoming httpd release
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1807868 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/event.xml')
-rw-r--r-- | docs/manual/mod/event.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/event.xml b/docs/manual/mod/event.xml index f1a4fcf93d..d437a81b16 100644 --- a/docs/manual/mod/event.xml +++ b/docs/manual/mod/event.xml @@ -105,7 +105,7 @@ of the <directive>AsyncRequestWorkerFactor</directive>.</p> <p>The above connection states are managed by the listener thread via dedicated queues, that up to 2.4.27 were checked every 100ms to find which connections hit timeout settings like <directive module="mpm_common">Timeout</directive> and <directive module="core">KeepAliveTimeout</directive>. This was a simple and efficient solution, but it presented a downside: the pollset was - forcing a wake-up of the listener thread even if there was no need (for example because completely idle), wasting resources. From 2.4.27 + forcing a wake-up of the listener thread even if there was no need (for example because completely idle), wasting resources. From 2.4.28 these queues are completely managed via an event based logic, not relying anymore on active polling. Resource constrained environments, like embedded servers, may benefit from this improvement.</p> |