brian 96/11/03 17:19:18
Modified: src httpd.h
Log:
Tweaked up HARD_SERVER_LIMIT, based on comments from users and group
discussions.
Revision Changes Path
1.59 +1 -1 apache/src/httpd.h
Index: httpd.h
===================================================================
RCS file: /export/home/cvs/apache/src/httpd.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -C3 -r1.58 -r1.59
*** httpd.h 1996/10/28 16:05:46 1.58
--- httpd.h 1996/11/04 01:19:16 1.59
***************
*** 219,225 ****
* enough that we can read the whole thing without worrying too much about
* the overhead.
*/
! #define HARD_SERVER_LIMIT 150
/* 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
--- 219,225 ----
* enough that we can read the whole thing without worrying too much about
* the overhead.
*/
! #define HARD_SERVER_LIMIT 256
/* 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