Hmm... I'll check. Thanks

e


2006/5/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:

> 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]




--
Le montagne sono così: devi assecondarle anche se ti sputano in faccia fiele
e veleno.
Perdi se pensi di essere più forte.
Vinci se pensi che non c'è nessuna battaglia.
- Hans Kammerlander

Reply via email to