Main Page | Modules | Namespace List | Class List | Directories | File List | Class Members | File Members | Related Pages | Examples

mpm_common.h File Reference

#include "ap_config.h"
#include "mpm.h"

Go to the source code of this file.
#define DEFAULT_LISTENBACKLOG   511
#define AP_SIG_GRACEFUL   SIGUSR1
#define AP_SIG_GRACEFUL_SHORT   USR1
#define AP_SIG_GRACEFUL_STRING   "SIGUSR1"
#define AP_SIG_GRACEFUL_STOP   SIGWINCH
#define AP_SIG_GRACEFUL_STOP_SHORT   WINCH
#define AP_SIG_GRACEFUL_STOP_STRING   "SIGWINCH"
#define ap_sock_disable_nagle(s)
#define AP_MPM_HARD_LIMITS_FILE   APACHE_MPM_DIR "/mpm_default.h"


Define Documentation

#define AP_MPM_HARD_LIMITS_FILE   APACHE_MPM_DIR "/mpm_default.h"
 

Definition at line 217 of file mpm_common.h.

Referenced by set_thread_limit().

#define AP_SIG_GRACEFUL   SIGUSR1
 

Definition at line 65 of file mpm_common.h.

Referenced by ap_mpm_run(), make_child(), restart(), and set_signals().

#define AP_SIG_GRACEFUL_SHORT   USR1
 

Definition at line 68 of file mpm_common.h.

#define AP_SIG_GRACEFUL_STOP   SIGWINCH
 

Definition at line 74 of file mpm_common.h.

Referenced by set_signals(), and sig_term().

#define AP_SIG_GRACEFUL_STOP_SHORT   WINCH
 

Definition at line 77 of file mpm_common.h.

#define AP_SIG_GRACEFUL_STOP_STRING   "SIGWINCH"
 

Definition at line 80 of file mpm_common.h.

Referenced by ap_mpm_run(), and set_signals().

#define AP_SIG_GRACEFUL_STRING   "SIGUSR1"
 

Definition at line 71 of file mpm_common.h.

Referenced by ap_mpm_run(), and set_signals().

#define ap_sock_disable_nagle s   ) 
 

Log why a child died to the error log, if the child died without the parent signalling it.

Parameters:
pid The child that has died
status The status returned from ap_wait_or_timeout
Returns:
0 on success, APEXIT_CHILDFATAL if MPM should terminate

Definition at line 194 of file mpm_common.h.

Referenced by make_sock().

#define DEFAULT_LISTENBACKLOG   511
 

Definition at line 61 of file mpm_common.h.

Referenced by AP_DECLARE().


© sourcejam.com 2005-2008