]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
authorGraham Leggett <minfrin@apache.org>
Fri, 21 Sep 2018 13:30:15 +0000 (13:30 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 21 Sep 2018 13:30:15 +0000 (13:30 +0000)
commita2b568d86ffc872ba8b8bff2db85985e5b2b86e7
tree23c2cfebf256fbe7fbe160bdb7b738a77d7ffbdf
parent593d6c1ae47b7db6901616c7a390b2337df994d6
MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
before signals handling to avoid lifetime issues on restart or shutdown.
PR 62658.
trunk patch: http://svn.apache.org/r1835845
             http://svn.apache.org/r1835846
             http://svn.apache.org/r1837354
             http://svn.apache.org/r1837356
             http://svn.apache.org/r1839571
             http://svn.apache.org/r1839583
2.4.x patch: http://home.apache.org/~ylavic/patches/2.4.x-mpms_async_objects_lifetime.patch
+1: ylavic, jim (but not for 2.4.35), minfrin

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