Apache2
Subtypes/Values returned for AP_MPMQ_IS_THREADED and AP_MPMQ_IS_FORKED
Collaboration diagram for 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

◆ AP_MPMQ_NOT_SUPPORTED

#define AP_MPMQ_NOT_SUPPORTED   0

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

◆ AP_MPMQ_STATIC

#define AP_MPMQ_STATIC   1

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