Lines Matching defs:process

24  * process/thread waiting for data from the client.  To solve this problem,
132 /* Limit on the threads per process. Clients will be locked out if more than
403 * in debugging. Setting the -DNO_DETACH flag will prevent the root process
406 * child_main loop running in the process which originally started up.
411 * SIGHUP to the process group, ignoring it in the root process.
431 * process from an old generation does when the admin does "apachectl
433 * process except for the listener thread.
637 /* Don't forget about this exiting child process, or we
709 * These should only be called from the parent process itself, since the
710 * parent process will use the shutdown_pending and restart_pending variables
711 * to determine whether to shutdown or restart. The child process should
791 * rather than terminate the process. */
1042 * process one connection in the worker
1261 "Stopping process due to MaxConnectionsPerChild");
1447 "Attempting to shutdown process gracefully");
1758 "attempting to shutdown process gracefully");
1859 "shutdown process gracefully");
1910 * re-connect to a different process.
1945 "in this process");
1958 "not accepting new conns in this process",
2083 * may connect to another process.
2172 "shutdown process gracefully.");
2190 * connections accepted by this server process have been handled.
2423 /* What state should this child_main process be listed as in the
2543 * any communication with the parent process.
2628 * the other threads in the process needs to take us down
2694 "fork: Unable to fork new process");
2697 * if we were trying to replace a failed child process, then
2699 * we were trying to replace a child process that exited normally,
2735 /* This new child process is squatting on the scoreboard
2736 * entry owned by an exiting child process, which cannot
2835 && (!ps->pid /* no process in the slot */
2838 /* great! we prefer these, because the new process can
2881 "was encountered before any child process initialized "
3079 if (ap_run_pre_mpm(s->process->pool, SB_SHARED) != OK) {
3897 "Maximum number of worker threads per child process for this "