Searched refs:active_procs (Results 1 – 3 of 3) sorted by relevance
127 size_t active_procs; /* how many of them are really running, i.e. state = PROC_STATE_RUNNING */ member449 if (hctx->proc->state == PROC_STATE_RUNNING) hctx->host->active_procs--; in fcgi_host_disable()1151 host->active_procs++; in fcgi_spawn_connection()1415 host->active_procs++; in SETDEFAULTS_FUNC()2737 host->active_procs++; in fcgi_restart_dead_procs()2758 host->active_procs++; in fcgi_restart_dead_procs()2827 host->active_procs++; in fcgi_restart_dead_procs()2982 if (hctx->proc->state == PROC_STATE_RUNNING) hctx->host->active_procs--; in fcgi_write_request()3136 if (host->active_procs == 0) continue; in SUBREQUEST_FUNC()3552 if (h->active_procs == 0) { in fcgi_check_extension()[all …]
106 size_t active_procs; /* how many of them are really running */ member909 host->active_procs++; in scgi_spawn_connection()1162 df->active_procs++; in SETDEFAULTS_FUNC()2091 host->active_procs++; in scgi_restart_dead_procs()2403 host->active_procs--; in SUBREQUEST_FUNC()2755 if (h->active_procs == 0) { in scgi_check_extension()
176 …* mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't successful after 5 tri…