]> granicus.if.org Git - apache/commit
Make sure that bucket allocator for each worker thread is created from a thread
authorBradley Nicholes <bnicholes@apache.org>
Tue, 20 May 2003 15:15:23 +0000 (15:15 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 20 May 2003 15:15:23 +0000 (15:15 +0000)
commitc9476445d9338e831f11efa4843bb2a54985968d
tree6c5ccf7258da0cfc6993f903918107615405a388
parenta641d4d642c0384595577ab2f1bb4003d6827a3f
Make sure that bucket allocator for each worker thread is created from a thread
specific pool.  This prevents multiple threads from trying to clean up the same
pool at the same time.

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