]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
get the last worker in a given child initialized properly
authorJeff Trawick <trawick@apache.org>
Thu, 22 Feb 2001 21:35:38 +0000 (21:35 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 22 Feb 2001 21:35:38 +0000 (21:35 +0000)
commit75d89aa76d28f4829639856441d4c0f28b9232e3
tree585a799eb26a151920c4a5e94a3470b7bf685d42
parent67221af90dcadfe3ff4dc3cd4d5bec4aa1ab8ca1
get the last worker in a given child initialized properly
by getting a new pool for its own proc_info structure instead
of overlaying the pool in the proc_info structure for the
prior thread

we also move through the SERVER_STARTING scoreboard state for this
worker, though this isn't as important as with the other workers,
for which a new thread must be created (potentially time consuming)

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