Definition:
#include "ap_alloc.h"
Usage example:
kill_conditions is an enum, but the enumeration type isn't used
by modules, only the specific named values.
Enumeration of process termination conditions, used by Apache process control functions such as ap_note_subprocess() and ap_spawn_child(). The values signify:
| kill_never | process is never sent any signals |
| kill_always | process is sent SIGKILL on pool cleanup |
| kill_after_timeout | send SIGTERM, wait 3 seconds, send SIGKILL |
| just_wait | wait forever for the process to complete |
| kill_only_once | send SIGTERM and then wait |
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)