Home
last modified time | relevance | path

Searched refs:disable_time (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_fastcgi.c135 unsigned short disable_time; member
448 if (hctx->host->disable_time || hctx->proc->is_local) { in fcgi_host_disable()
450 hctx->proc->disabled_until = srv->cur_ts + hctx->host->disable_time; in fcgi_host_disable()
455 "backend disabled for", hctx->host->disable_time, "seconds"); in fcgi_host_disable()
1284 host->disable_time = 1; in SETDEFAULTS_FUNC()
1299 fcv[8].destination = &(host->disable_time); in SETDEFAULTS_FUNC()
2888 …"backend is overloaded; we'll disable it for", hctx->host->disable_time, "seconds and send the req… in fcgi_write_request()
2975 if (hctx->host->disable_time) { in fcgi_write_request()
2977 …"backend is overloaded; we'll disable it for", hctx->host->disable_time, "seconds and send the req… in fcgi_write_request()
2981 hctx->proc->disabled_until = srv->cur_ts + hctx->host->disable_time; in fcgi_write_request()
[all …]
H A Dmod_scgi.c126 unsigned short disable_time; member
1036 df->disable_time = 60; in SETDEFAULTS_FUNC()
1050 fcv[10].destination = &(df->disable_time); in SETDEFAULTS_FUNC()
2089 (srv->cur_ts - proc->disable_ts > host->disable_time)) { in scgi_restart_dead_procs()