> From: Kees Jan Koster [mailto:[EMAIL PROTECTED]
> Subject: Re: When does Tomcat throw an OutOfMemory exception?
>
> Actually, in such situations you get 'java.io.IOException: Too many
> open files' or 'java.net.SocketException: Too many open files'. Not an
> OutOfMemory error.

Only if it's related to an application-initiated action, such as opening a 
stream.  If FD exhaustion is detected during an internal JVM operation, that 
will often result in an OOME.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

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