]> 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)
commit8c85b673bc3767276793a013d09aefcb99e85bdf
tree9735bff5606a53bda251726f7a15872efa375836
parentce895a193200ddbccf35667f6de451963546a195
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