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

/httpd/server/mpm/motorz/
H A Dmotorz.c24 static int ap_num_kids=0; variable
1167 if (active > ap_num_kids) {
1175 else if (active < ap_num_kids) {
1223 if (ap_num_kids < num_buckets)
1224 ap_num_kids = num_buckets;
1238 remaining_children_to_start = ap_num_kids;
1619 ap_num_kids = DEFAULT_START_DAEMON;
1716 /* ap_num_kids > ap_daemons_limit checked in motorz_run() */
1717 if (ap_num_kids < 1) {
1721 "increasing to 1.", ap_num_kids);
[all...]

Completed in 439 milliseconds