Searched defs:ap_daemons_to_start (Results 1 - 4 of 4) sorted by relevance

/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c24 * spawning children as required to ensure there are always ap_daemons_to_start
76 static int ap_daemons_to_start = 0; variable
284 for (slot=0; slot < HARD_SERVER_LIMIT && active_children < ap_daemons_to_start; slot++) {
470 ap_daemons_to_start = DEFAULT_START_DAEMON;
493 if (ap_daemons_to_start < 0) {
497 "increasing to 1.", ap_daemons_to_start);
501 ap_daemons_to_start);
503 ap_daemons_to_start = 1;
547 ap_daemons_to_start = atoi(arg);
/httpd/server/mpm/prefork/
H A Dprefork.c92 static int ap_daemons_to_start=0; variable
1002 if (ap_daemons_to_start < num_buckets)
1003 ap_daemons_to_start = num_buckets;
1017 remaining_children_to_start = ap_daemons_to_start;
1402 ap_daemons_to_start = DEFAULT_START_DAEMON;
1498 /* ap_daemons_to_start > ap_daemons_limit checked in prefork_run() */
1499 if (ap_daemons_to_start < 1) {
1503 "increasing to 1.", ap_daemons_to_start);
1507 ap_daemons_to_start);
1509 ap_daemons_to_start
[all...]
/httpd/server/mpm/worker/
H A Dworker.c121 static int ap_daemons_to_start = 0; variable
1834 if (ap_daemons_to_start < num_buckets)
1835 ap_daemons_to_start = num_buckets;
1850 remaining_children_to_start = ap_daemons_to_start;
2155 ap_daemons_to_start = DEFAULT_START_DAEMON;
2366 /* ap_daemons_to_start > ap_daemons_limit checked in worker_run() */
2367 if (ap_daemons_to_start < 1) {
2371 "increasing to 1.", ap_daemons_to_start);
2375 ap_daemons_to_start);
2377 ap_daemons_to_start
[all...]
/httpd/server/mpm/event/
H A Devent.c172 static int ap_daemons_to_start = 0; variable
3097 if (ap_daemons_to_start < num_buckets)
3098 ap_daemons_to_start = num_buckets;
3113 remaining_children_to_start = ap_daemons_to_start;
3425 ap_daemons_to_start = DEFAULT_START_DAEMON;
3699 /* ap_daemons_to_start > ap_daemons_limit checked in ap_mpm_run() */
3700 if (ap_daemons_to_start < 1) {
3704 "increasing to 1.", ap_daemons_to_start);
3708 ap_daemons_to_start);
3710 ap_daemons_to_start
[all...]

Completed in 39 milliseconds