Home
last modified time | relevance | path

Searched refs:active_procs (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_fastcgi.c127 size_t active_procs; /* how many of them are really running, i.e. state = PROC_STATE_RUNNING */ member
449 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 …]
H A Dmod_scgi.c106 size_t active_procs; /* how many of them are really running */ member
909 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()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS176 …* mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't successful after 5 tri…