Searched refs:nworker (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/proxy/ |
H A D | mod_proxy_balancer.c | 1177 proxy_worker *nworker; local 1178 nworker = ap_proxy_get_worker(r->pool, bsel, conf, val); 1179 if (!nworker && storage->num_free_slots(bsel->wslot)) { 1185 ret = ap_proxy_define_worker(conf->pool, &nworker, bsel, conf, val, 0); 1189 PROXY_COPY_CONF_PARAMS(nworker, conf); 1210 if ((rv = ap_proxy_share_worker(nworker, shm, index)) != APR_SUCCESS) { 1220 if ((rv = ap_proxy_initialize_worker(nworker, r->server, conf->pool)) != APR_SUCCESS) { 1231 bsel->wupdated = bsel->s->wupdated = nworker->s->updated = apr_time_now(); 1233 ap_proxy_set_wstatus('D', 1, nworker);
|
Completed in 736 milliseconds