]> granicus.if.org Git - apache/commit
Speed up the server's response to a spike in incoming workload
authorGreg Ames <gregames@apache.org>
Sun, 5 Aug 2001 18:08:49 +0000 (18:08 +0000)
committerGreg Ames <gregames@apache.org>
Sun, 5 Aug 2001 18:08:49 +0000 (18:08 +0000)
commitea0bdc760d50572aff8671eb7505d03fc308f9cf
tree98f6dc6eef9f8a6a84b04cde4fecdab4cfce4f18
parentda63739daa7edf2592aade4233d9c42495145ace
Speed up the server's response to a spike in incoming workload
or restarts.

New processes aren't able to start all their threads right away
if other dying processes share the same scoreboard real estate.
So give empty process slots in the scoreboard top priority.

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