]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport:
authorGraham Leggett <minfrin@apache.org>
Mon, 13 Dec 2021 10:43:53 +0000 (10:43 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 13 Dec 2021 10:43:53 +0000 (10:43 +0000)
commit4819c58566d2274b95d56b16fe51aa80461633da
treec0a562abef0a4fc4bdf61feed67188ef3d65b108
parent488bebf267bd488239585dd5dac5bfb107313c09
Backport:

  *) mpm_event: Restart stopping of idle children after a load peak. PR 65626.
     trunk patch: http://svn.apache.org/r1894285
                  http://svn.apache.org/r1894286
                  http://svn.apache.org/r1894291
                  http://svn.apache.org/r1895550
                  http://svn.apache.org/r1895553
                  http://svn.apache.org/r1895630
     backport PR: https://github.com/apache/httpd/pull/276
     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/276.patch
     +1: ylavic, rpluem, minfrin
     ylavic: updated with r1894291 for correctness of perform_idle_server_maintenance()
             w.r.t. num_buckets > 1 and ease merging of r1895553, with r1895550 for
             correctness of active_daemons used in r1895553 and r1895630.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1895871 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
server/mpm/event/event.c
server/mpm/mpmt_os2/mpmt_os2.c
server/mpm/prefork/prefork.c
server/mpm/worker/worker.c