]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
improve -DONE_PROCESS handling with prefork MPM so that
authorJeff Trawick <trawick@apache.org>
Wed, 23 Apr 2003 14:59:35 +0000 (14:59 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 23 Apr 2003 14:59:35 +0000 (14:59 +0000)
commit18af8a478cfd4cd7603f934df623de83b962dd37
tree109a2e7e65724d87baa8c6461a247709bfa127cd
parent789fab44abf14d7532f268c916aab174fd065f77
improve -DONE_PROCESS handling with prefork MPM so that
it returns from ap_mpm_run() and allows core Apache code
to run any required cleanups

this resolves problems such as semaphore leaks and
shared memory that isn't cleaned up

(some necessary re-indention to be done in a separate
commit; otherwise, this would be a difficult commit
to review)

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