Main Page | Modules | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

experimental/leader/mpm_default.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define DEFAULT_START_DAEMON   3
#define DEFAULT_MAX_FREE_DAEMON   10
#define DEFAULT_MIN_FREE_DAEMON   3
#define DEFAULT_THREADS_PER_CHILD   25
#define DEFAULT_LOCKFILE   DEFAULT_REL_RUNTIMEDIR "/accept.lock"
#define DEFAULT_PIDLOG   DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
#define SCOREBOARD_MAINTENANCE_INTERVAL   1000000
#define DEFAULT_MAX_REQUESTS_PER_CHILD   10000


Define Documentation

#define DEFAULT_LOCKFILE   DEFAULT_REL_RUNTIMEDIR "/accept.lock"
 

Definition at line 47 of file experimental/leader/mpm_default.h.

Referenced by leader_pre_config(), perchild_pre_config(), prefork_pre_config(), show_compile_settings(), and worker_pre_config().

#define DEFAULT_MAX_FREE_DAEMON   10
 

Definition at line 32 of file experimental/leader/mpm_default.h.

Referenced by leader_pre_config(), prefork_pre_config(), and worker_pre_config().

#define DEFAULT_MAX_REQUESTS_PER_CHILD   10000
 

Definition at line 66 of file experimental/leader/mpm_default.h.

Referenced by leader_pre_config(), mpmt_os2_pre_config(), netware_pre_config(), perchild_pre_config(), prefork_pre_config(), and worker_pre_config().

#define DEFAULT_MIN_FREE_DAEMON   3
 

Definition at line 38 of file experimental/leader/mpm_default.h.

Referenced by leader_pre_config(), prefork_pre_config(), and worker_pre_config().

#define DEFAULT_PIDLOG   DEFAULT_REL_RUNTIMEDIR "/httpd.pid"
 

Definition at line 52 of file experimental/leader/mpm_default.h.

#define DEFAULT_START_DAEMON   3
 

Definition at line 24 of file experimental/leader/mpm_default.h.

Referenced by leader_pre_config(), mpmt_os2_pre_config(), prefork_pre_config(), and worker_pre_config().

#define DEFAULT_THREADS_PER_CHILD   25
 

Definition at line 42 of file experimental/leader/mpm_default.h.

Referenced by leader_pre_config(), and worker_pre_config().

#define SCOREBOARD_MAINTENANCE_INTERVAL   1000000
 

Definition at line 59 of file experimental/leader/mpm_default.h.