]> 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)
commit41fd39d67e3d36943e77ccc46c728296cb79a58a
tree585a799eb26a151920c4a5e94a3470b7bf685d42
parent8c6d4ea4f8b1babdfeaf25fc2909bf9e8f8de56b
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