Lines Matching refs:servers
76 /* Limit on the total --- clients will be locked out if more servers than
80 * We keep a hard maximum number of servers, for two reasons --- first off,
162 * next maintenance cycle if there aren't enough idle servers. It is
930 ap_scoreboard_image->servers[process_slot][thread_slot].pid = ap_my_pid;
931 ap_scoreboard_image->servers[process_slot][thread_slot].tid = apr_os_thread_current();
932 ap_scoreboard_image->servers[process_slot][thread_slot].generation = retained->my_generation;
1083 int status = ap_scoreboard_image->servers[child_num_arg][i].status;
1527 ws = &ap_scoreboard_image->servers[i][j];
1795 * few of the servers we just started are in the IDLE state
2185 " %d servers, decreasing to %d.",
2333 " for a maximum of %d servers.",
2349 "servers and ", max_workers, ap_daemons_limit);
2358 "MaxRequestWorkers of %d would require %d servers and "