Apache HTTPD
Macros

Macros

#define AP_MPMQ_MAX_DAEMON_USED   1
 
#define AP_MPMQ_IS_THREADED   2
 
#define AP_MPMQ_IS_FORKED   3
 
#define AP_MPMQ_HARD_LIMIT_DAEMONS   4
 
#define AP_MPMQ_HARD_LIMIT_THREADS   5
 
#define AP_MPMQ_MAX_THREADS   6
 
#define AP_MPMQ_MIN_SPARE_DAEMONS   7
 
#define AP_MPMQ_MIN_SPARE_THREADS   8
 
#define AP_MPMQ_MAX_SPARE_DAEMONS   9
 
#define AP_MPMQ_MAX_SPARE_THREADS   10
 
#define AP_MPMQ_MAX_REQUESTS_DAEMON   11
 
#define AP_MPMQ_MAX_DAEMONS   12
 
#define AP_MPMQ_MPM_STATE   13
 
#define AP_MPMQ_IS_ASYNC   14
 
#define AP_MPMQ_GENERATION   15
 
#define AP_MPMQ_HAS_SERF   16
 

Detailed Description

Macro Definition Documentation

◆ AP_MPMQ_GENERATION

#define AP_MPMQ_GENERATION   15

MPM generation

Definition at line 178 of file ap_mpm.h.

◆ AP_MPMQ_HARD_LIMIT_DAEMONS

#define AP_MPMQ_HARD_LIMIT_DAEMONS   4

The compiled max # daemons

Definition at line 156 of file ap_mpm.h.

◆ AP_MPMQ_HARD_LIMIT_THREADS

#define AP_MPMQ_HARD_LIMIT_THREADS   5

The compiled max # threads

Definition at line 158 of file ap_mpm.h.

◆ AP_MPMQ_HAS_SERF

#define AP_MPMQ_HAS_SERF   16

MPM can drive serf internally

Definition at line 180 of file ap_mpm.h.

◆ AP_MPMQ_IS_ASYNC

#define AP_MPMQ_IS_ASYNC   14

MPM can process async connections

Definition at line 176 of file ap_mpm.h.

◆ AP_MPMQ_IS_FORKED

#define AP_MPMQ_IS_FORKED   3

MPM can do forking

Definition at line 154 of file ap_mpm.h.

◆ AP_MPMQ_IS_THREADED

#define AP_MPMQ_IS_THREADED   2

MPM can do threading

Definition at line 152 of file ap_mpm.h.

◆ AP_MPMQ_MAX_DAEMON_USED

#define AP_MPMQ_MAX_DAEMON_USED   1

Max # of daemons used so far

Definition at line 150 of file ap_mpm.h.

◆ AP_MPMQ_MAX_DAEMONS

#define AP_MPMQ_MAX_DAEMONS   12

Max # of daemons by config

Definition at line 172 of file ap_mpm.h.

◆ AP_MPMQ_MAX_REQUESTS_DAEMON

#define AP_MPMQ_MAX_REQUESTS_DAEMON   11

Max # of requests per daemon

Definition at line 170 of file ap_mpm.h.

◆ AP_MPMQ_MAX_SPARE_DAEMONS

#define AP_MPMQ_MAX_SPARE_DAEMONS   9

Max # of spare daemons

Definition at line 166 of file ap_mpm.h.

◆ AP_MPMQ_MAX_SPARE_THREADS

#define AP_MPMQ_MAX_SPARE_THREADS   10

Max # of spare threads

Definition at line 168 of file ap_mpm.h.

◆ AP_MPMQ_MAX_THREADS

#define AP_MPMQ_MAX_THREADS   6

# of threads/child by config

Definition at line 160 of file ap_mpm.h.

◆ AP_MPMQ_MIN_SPARE_DAEMONS

#define AP_MPMQ_MIN_SPARE_DAEMONS   7

Min # of spare daemons

Definition at line 162 of file ap_mpm.h.

◆ AP_MPMQ_MIN_SPARE_THREADS

#define AP_MPMQ_MIN_SPARE_THREADS   8

Min # of spare threads

Definition at line 164 of file ap_mpm.h.

◆ AP_MPMQ_MPM_STATE

#define AP_MPMQ_MPM_STATE   13

starting, running, stopping

Definition at line 174 of file ap_mpm.h.