]> granicus.if.org Git - apache/commit
worker MPM:
authorJeff Trawick <trawick@apache.org>
Wed, 3 Apr 2002 15:47:59 +0000 (15:47 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 3 Apr 2002 15:47:59 +0000 (15:47 +0000)
commitd82a51a82f7bafe36d747cd821ecf8e46b3413de
tree3ff2da9c650c92ad2ab63b05c4ba8bc327eeb86c
parentab58a00a7e277c2ea12111d2a9960898e8b2588b
worker MPM:

Don't create a listener thread until we have a worker thread.  Otherwise,
in situations where we'll have to wait a while to take over scoreboard
slots from a previous generation, we'll be accepting connections we can't
process yet.

Don't let the listener thread clobber the scoreboard entry of the first
worker thread.

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