You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1997/01/07 07:18:14 UTC

cvs commit: apache/src httpd.h

brian       97/01/06 22:18:14

  Modified:    src       httpd.h
  Log:
  Reviewed by:	sameer <sa...@c2.net>, Chuck Murcko <ch...@n2k.com>
  Submitted by:	Marc Slemko <ma...@znep.com>
  
  Removed no-longer-relevant comment.
  
  Revision  Changes    Path
  1.79      +1 -3      apache/src/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/httpd.h,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -C3 -r1.78 -r1.79
  *** httpd.h	1997/01/01 18:10:23	1.78
  --- httpd.h	1997/01/07 06:18:12	1.79
  ***************
  *** 217,225 ****
     * We keep a hard maximum number of servers, for two reasons --- first off,
     * in case something goes seriously wrong, we want to stop the fork bomb
     * short of actually crashing the machine we're running on by filling some
  !  * kernel table (I was originally going to make this 256, but it turns out
  !  * that that would actually fill the process table on reasonably configured
  !  * machines).  Secondly, it keeps the size of the scoreboard file small
     * enough that we can read the whole thing without worrying too much about
     * the overhead.
     */
  --- 217,223 ----
     * We keep a hard maximum number of servers, for two reasons --- first off,
     * in case something goes seriously wrong, we want to stop the fork bomb
     * short of actually crashing the machine we're running on by filling some
  !  * kernel table.  Secondly, it keeps the size of the scoreboard file small
     * enough that we can read the whole thing without worrying too much about
     * the overhead.
     */