]> granicus.if.org Git - apache/commit
Fix for a segfault in the worker MPM during graceful shutdown:
authorBrian Pane <brianp@apache.org>
Fri, 11 Jan 2002 08:01:11 +0000 (08:01 +0000)
committerBrian Pane <brianp@apache.org>
Fri, 11 Jan 2002 08:01:11 +0000 (08:01 +0000)
commite2d9d723622b10cd1e776ae68848d36dec98a225
tree01a41006a0a67abe24f60d1dc11175c29198fe77
parent38efc7e6ee21ec358f3f315b614e8fe2349784ed
Fix for a segfault in the worker MPM during graceful shutdown:
The per-transaction pools in the worker MPM can't be children of
the listener thread's pool, because that pool may go out of scope
while some workers are still procesing requests using the transaction
pools.

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