manoj 99/07/18 22:17:50
Modified: mpm/src/include httpd.h mpm/src/modules/mpm/mpmt_pthread mpm_default.h Log: Another MPM-specific define to move into the pthread MPM. Revision Changes Path 1.8 +0 -4 apache-2.0/mpm/src/include/httpd.h Index: httpd.h =================================================================== RCS file: /home/cvs/apache-2.0/mpm/src/include/httpd.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -u -r1.7 -r1.8 --- httpd.h 1999/07/16 05:30:25 1.7 +++ httpd.h 1999/07/19 05:17:49 1.8 @@ -322,10 +322,6 @@ #define DEFAULT_MAX_REQUESTS_PER_CHILD 10000 #endif -#ifndef DEFAULT_THREADS_PER_CHILD -#define DEFAULT_THREADS_PER_CHILD 50 -#endif - #ifndef DEFAULT_EXCESS_REQUESTS_PER_CHILD #define DEFAULT_EXCESS_REQUESTS_PER_CHILD 0 #endif 1.2 +4 -0 apache-2.0/mpm/src/modules/mpm/mpmt_pthread/mpm_default.h Index: mpm_default.h =================================================================== RCS file: /home/cvs/apache-2.0/mpm/src/modules/mpm/mpmt_pthread/mpm_default.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -u -r1.1 -r1.2 --- mpm_default.h 1999/07/16 05:30:29 1.1 +++ mpm_default.h 1999/07/19 05:17:49 1.2 @@ -105,4 +105,8 @@ #define HARD_THREAD_LIMIT 64 #endif +#ifndef DEFAULT_THREADS_PER_CHILD +#define DEFAULT_THREADS_PER_CHILD 50 +#endif + #endif /* AP_MPM_DEFAULT_H */