]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Cleanup the worker MPM. We no longer re-use transaction
authorRyan Bloom <rbb@apache.org>
Tue, 18 Sep 2001 21:14:18 +0000 (21:14 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 18 Sep 2001 21:14:18 +0000 (21:14 +0000)
commit3f8dd5a6411090ef7f9ad1f29aa2b811241ae707
tree171689d4c14eace64f3df0754368cbeb82063598
parent5db902f3a7344ace05a4cab726fb1b373c2d7e70
Cleanup the worker MPM.  We no longer re-use transaction
pools.  This incurs less overhead than shuffling the pools
around so that they can be re-used.  Remove one of the
queue's condition variables.  We just redefined the API to
state that you can't try to add more stuff than you allocated
segments for.

Submitted by:   Aaron Bannert <aaron@clove.org>

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