dgaudet 97/04/11 21:27:55
Modified: src httpd.h Log: Allow HARD_SERVER_LIMIT to be tuned in Configuration. Reviewed by: Jim Revision Changes Path 1.97 +2 -0 apache/src/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache/src/httpd.h,v retrieving revision 1.96 retrieving revision 1.97 diff -C3 -r1.96 -r1.97 *** httpd.h 1997/04/12 04:24:58 1.96 --- httpd.h 1997/04/12 04:27:54 1.97 *************** *** 221,227 **** --- 221,229 ---- * enough that we can read the whole thing without worrying too much about * the overhead. */ + #ifndef HARD_SERVER_LIMIT #define HARD_SERVER_LIMIT 256 + #endif /* Number of requests to try to handle in a single process. If <= 0, * the children don't die off. That's the default here, since I'm still