Go to the documentation of this file.
27 #ifndef APACHE_MPM_DEFAULT_H
28 #define APACHE_MPM_DEFAULT_H
33 #ifndef DEFAULT_START_DAEMON
34 #define DEFAULT_START_DAEMON 3
41 #ifndef DEFAULT_MAX_FREE_DAEMON
42 #define DEFAULT_MAX_FREE_DAEMON 10
47 #ifndef DEFAULT_MIN_FREE_DAEMON
48 #define DEFAULT_MIN_FREE_DAEMON 3
51 #ifndef DEFAULT_THREADS_PER_CHILD
52 #define DEFAULT_THREADS_PER_CHILD 25