]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Check the pod after processing a connection so that we'll go away
authorJeff Trawick <trawick@apache.org>
Tue, 10 Jul 2001 18:56:55 +0000 (18:56 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 10 Jul 2001 18:56:55 +0000 (18:56 +0000)
commit81d792e5e25258b3a43aaf3a7e4c12981c982a8a
tree9acb7ff0f877f58e3a63b5cb7a7ad1e0fec87960
parent7c25c04192a5dd2975cb6640badf00b8d665c20a
Check the pod after processing a connection so that we'll go away
if a graceful restart occurred while we were processing the
connection.  Otherwise, we won't wake up until a real connection
comes in and we'll use the wrong config to process it and we may
block in the wrong syscall (because the new generation is using a
different accept mutex) and in general it is goofy.

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