]> granicus.if.org Git - apache/commit
Use threadpools and shove each hcheck to be done by a thread
authorJim Jagielski <jim@apache.org>
Fri, 22 Jan 2016 20:23:42 +0000 (20:23 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 22 Jan 2016 20:23:42 +0000 (20:23 +0000)
commit5fe1530a784f91bcfdb72a081895ce03a11a0e14
tree6e24f918e201be82cfc6e2a0ca9ae55fd087d72b
parent101bc3d7b28cb632bce560de08349e4edcf477f3
Use threadpools and shove each hcheck to be done by a thread
in the threadpool. If we don't have threadpools (either
because APR lacks threads or we can'r create a threadpool)
simply hcheck sequetially in the watchdog process.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726304 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_hcheck.c