> I have a problem with some tomcat servers that regularly start thowing 
> exceptions about too many open files (the stacktrace is in a network socket 
> aperture). One solution is increasing the ulimit but would disabling http 
> keepalives reduce the open file count?

Do you use Runtime.getProcess() anywhere?  That opens three file handles
that you have to close (stdin, stdout, stderr).   I ran into this
problem myself a while ago.

_M_



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to