Apache HTTPD
Macros
Subtypes/Values returned for AP_MPMQ_IS_THREADED and AP_MPMQ_IS_FORKED

Macros

#define AP_MPMQ_NOT_SUPPORTED   0
 
#define AP_MPMQ_STATIC   1
 
#define AP_MPMQ_DYNAMIC   2
 

Detailed Description

Macro Definition Documentation

◆ AP_MPMQ_DYNAMIC

#define AP_MPMQ_DYNAMIC   2

This value specifies that an MPM is using a dynamic number of threads or daemons

Definition at line 133 of file ap_mpm.h.

◆ AP_MPMQ_NOT_SUPPORTED

#define AP_MPMQ_NOT_SUPPORTED   0

This value specifies that an MPM is not capable of threading or forking.

Definition at line 127 of file ap_mpm.h.

◆ AP_MPMQ_STATIC

#define AP_MPMQ_STATIC   1

This value specifies that an MPM is using a static number of threads or daemons

Definition at line 130 of file ap_mpm.h.