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

/httpd/server/mpm/netware/
H A Dmpm_netware.c115 static int ap_threads_per_child=0; /* Worker threads per child */ variable
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c88 int ap_threads_per_child = 0; variable
116 ap_threads_per_child = atoi(arg);
853 for (i = 0; i < ap_threads_per_child; i++) {
945 *result = ap_threads_per_child;
1397 ap_threads_per_child = DEFAULT_THREADS_PER_CHILD;
1461 if (ap_threads_per_child > thread_limit) {
1465 "of", ap_threads_per_child);
1476 ap_threads_per_child, thread_limit);
1478 ap_threads_per_child = thread_limit;
1480 else if (ap_threads_per_child <
[all...]

Completed in 17 milliseconds