]> granicus.if.org Git - apache/commit
mpm_event: wakeup the listener to re-enable listening sockets.
authorYann Ylavic <ylavic@apache.org>
Tue, 2 Jan 2018 16:13:45 +0000 (16:13 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 2 Jan 2018 16:13:45 +0000 (16:13 +0000)
commit49b0ef1e914369678dd7001ad78f88fac4c1802a
tree32204484b5304ded7b584b6f35da49444a86a1fd
parent00edcb7d39c434a3a0629262bc9e67774330db25
mpm_event: wakeup the listener to re-enable listening sockets.

When listening sockets are disabled (too many connections) and the number of
workers / active connections comes back below the limit, we need to wake up
the listener to re-enable them.

Add a new connections_above_limit() helper to determine when this applies.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1819855 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/event/event.c