]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove the thread mutex from the worker... it really should be
authorJim Jagielski <jim@apache.org>
Tue, 8 Feb 2011 21:08:10 +0000 (21:08 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 8 Feb 2011 21:08:10 +0000 (21:08 +0000)
commit84a5c9cd6f080883cb11636d0bdf3b705a902fa3
tree02fa4ed2a3b27f4d889d54fd896f5170977d79a7
parentf863547c32988c9b5ad8065680cdc69935c17b62
Remove the thread mutex from the worker... it really should be
in the balancer. Thus we have global and thread for the balancer.
Use global when updating the full, shm list of workers; use
thread when being local.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1068581 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_balancer.c
modules/proxy/mod_proxy_ftp.c
modules/proxy/proxy_util.c