Searched refs:max_procs (Results 1 – 2 of 2) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_scgi.c | 104 unsigned short max_procs; member 1033 df->max_procs = 4; in SETDEFAULTS_FUNC() 1047 fcv[7].destination = &(df->max_procs); in SETDEFAULTS_FUNC() 1107 df->min_procs = df->max_procs; in SETDEFAULTS_FUNC() 1109 if (df->min_procs > df->max_procs) df->max_procs = df->min_procs; in SETDEFAULTS_FUNC() 1119 "\n\tmax-procs:", df->max_procs); in SETDEFAULTS_FUNC() 1174 df->max_procs = 1; in SETDEFAULTS_FUNC() 2970 host->num_procs < host->max_procs && in TRIGGER_FUNC()
|
| H A D | mod_fastcgi.c | 125 unsigned short max_procs; member 1282 host->max_procs = 4; in SETDEFAULTS_FUNC() 1298 fcv[7].destination = &(host->max_procs); in SETDEFAULTS_FUNC() 1370 "\n\tmax-procs:", host->max_procs); in SETDEFAULTS_FUNC() 1373 for (pno = 0; pno < host->max_procs; pno++) { in SETDEFAULTS_FUNC() 1393 "\n\tcurrent:", pno, "/", host->max_procs); in SETDEFAULTS_FUNC() 1428 host->max_procs = 1; in SETDEFAULTS_FUNC() 2815 "\n\tcurrent:", 1, "/", host->max_procs); in fcgi_restart_dead_procs() 3299 "\n\tcurrent:", 1, "/", host->max_procs); in fcgi_handle_fdevent()
|