]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Win32: ap_max_requests_per_child should not be a local static in mpm_winnt.c.
authorBill Stoddard <stoddard@apache.org>
Fri, 19 Oct 2001 21:11:03 +0000 (21:11 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 19 Oct 2001 21:11:03 +0000 (21:11 +0000)
commit22e16ed37e9bb78a46c4fcac637234c3074d4aaf
treea7e60261ff93ccc7fb5bb232206b06576bd9e4ca
parent1ef3fdd927120adbd1d015c9e8e6bee521673603
Win32: ap_max_requests_per_child should not be a local static in mpm_winnt.c.
This was preventing the MaxRequestsPerChild config directive from working
properly.

Handle MaxRequestsPerChild a bit more sanely.  When MaxRequestsPerChild is hit,
the child signals an event that causes the main child thread to signal the parent
to restart.

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