File Descriptors not closing

From: Rob Wichterman (rwichterman@nuventive.com)
Date: Tue May 11 2004 - 11:36:17 EDT


Our application exports multiple files at a time, by export we mean generate
the files in pure html and download them. The number of files generated can
be anywhere from 10 - unlimited number of html files. The problem is when
it creates these files it is leaving the file descriptors left open until it
reaches the limit then we have to restart the application server to free up
the descriptors. Is there any way we can close these on an OS level because
they should be being closed in the java code. Or maybe even set a timeout
to clean these up after a minute or so.
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:28:38 EDT