]> granicus.if.org Git - apache/commit
if a child detects a resource shortage on accept(), limit the rate of fork()s
authorGreg Ames <gregames@apache.org>
Mon, 11 Feb 2002 23:20:16 +0000 (23:20 +0000)
committerGreg Ames <gregames@apache.org>
Mon, 11 Feb 2002 23:20:16 +0000 (23:20 +0000)
commit8ce1d422aa46ea2031e18a5a63f83435c9257500
tree75118a564183722aa222351221babd9a2f245468
parenta40e6586914f67bf6bdac1c79c0ece22fb5aec8f
if a child detects a resource shortage on accept(), limit the rate of fork()s
to 1 per second until the situation clears up.

Inspired by: Martin Kraemer

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