Go to the documentation of this file.
26 #ifndef APACHE_MPM_DEFAULT_H
27 #define APACHE_MPM_DEFAULT_H
32 #ifndef DEFAULT_START_DAEMON
33 #define DEFAULT_START_DAEMON 3
40 #ifndef DEFAULT_MAX_FREE_DAEMON
41 #define DEFAULT_MAX_FREE_DAEMON 10
46 #ifndef DEFAULT_MIN_FREE_DAEMON
47 #define DEFAULT_MIN_FREE_DAEMON 3
50 #ifndef DEFAULT_THREADS_PER_CHILD
51 #define DEFAULT_THREADS_PER_CHILD 25