]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mpm_event: Fix children processes possibly not stopped on graceful restart.
authorYann Ylavic <ylavic@apache.org>
Tue, 7 Sep 2021 09:34:09 +0000 (09:34 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 7 Sep 2021 09:34:09 +0000 (09:34 +0000)
commit03442ed4665cbe261fd327fa2b2cdb1410106736
tree63e482c0c048eefc674d5cc19167a6c21df1db21
parent9e02e2000cc05754a9c1c9a9aead7ce2cc8ea6ee
mpm_event: Fix children processes possibly not stopped on graceful restart.

The number of children spawned can go above active_daemons_limit due to
exponential idle_spawn_rate growth (x 2), enforce the upper limit in
perform_idle_server_maintenance().  PR 63169.

Proposed by: Joel Self <joelself gmail.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893014 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/event_maintenance_spawn_limit.txt [new file with mode: 0644]
server/mpm/event/event.c