]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Moved the recycled pool list from the queue to the queue_info structure.
authorBrian Pane <brianp@apache.org>
Sun, 28 Apr 2002 05:28:18 +0000 (05:28 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 28 Apr 2002 05:28:18 +0000 (05:28 +0000)
commit6625520bacdc1a956c5a29f02456060599e861f3
tree4e7d9817c1e1be8445814a971ea75153c7c3e276
parent91aefd5c8fa1168cff67bbf5b6933f50ed4cf4b6
Moved the recycled pool list from the queue to the queue_info structure.
The advantage of doing this is that it enables us to guarantee that the
number of ptrans pools in existence at once is no greater than the
number of worker threads, and that we'll never have to delete ptrans
pools.

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