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

/httpd/server/mpm/netware/
H A Dmpm_netware.c116 static int ap_threads_to_start=0; variable
904 startup_workers(ap_threads_to_start);
997 ap_threads_to_start = DEFAULT_START_THREADS;
1054 /* ap_threads_to_start > ap_threads_limit effectively checked in
1055 * call to startup_workers(ap_threads_to_start) in ap_mpm_run()
1057 if (ap_threads_to_start < 0) {
1061 "increasing to 1.", ap_threads_to_start);
1065 ap_threads_to_start);
1067 ap_threads_to_start = 1;
1311 ap_threads_to_start
[all...]

Completed in 9 milliseconds