Re: [PATCH] increase file descriptor limit automatically at httpd startup

2002-07-10 Thread Jeff Trawick
Brian Pane <[EMAIL PROTECTED]> writes: > > 2) shouldn't the user be able to control how many file descriptors > >can be used by Apache? in general, they should be able to mitigate > >the resource growth caused by an Apache or module bug by playing > >with soft limits > > > >a) t

Re: [PATCH] increase file descriptor limit automatically at httpd startup

2002-07-10 Thread Jeff Trawick
Brian Pane <[EMAIL PROTECTED]> writes: > This patch increases the maximum number of open files > at httpd startup. Before I commit, does anyone have a > scenario in which it won't be safe to do this? devil's advocate comments: 1) why write code to do something the user can easily take care of?

[PATCH] increase file descriptor limit automatically at httpd startup

2002-07-08 Thread Brian Pane
This patch increases the maximum number of open files at httpd startup. Before I commit, does anyone have a scenario in which it won't be safe to do this? Thanks, --Brian Index: os/unix/unixd.c === RCS file: /home/cvs/httpd-2.0/os/