]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
worker MPM:
authorJeff Trawick <trawick@apache.org>
Wed, 27 Mar 2002 20:37:32 +0000 (20:37 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 27 Mar 2002 20:37:32 +0000 (20:37 +0000)
commit97659630cc36a1e76483cf022bcd1dc18a78e779
tree9735bff5606a53bda251726f7a15872efa375836
parentf3e92e1cde386598873f3aef60ed2e9268a808f3
worker MPM:

get MaxRequestsPerChild to work again by allowing the main thread of
a child to be interrupted by one of the other threads in the process

this should get graceful termination to work after encountering one of
the various possible error conditions in the listener and worker threads

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