Tomcat really uses File.deleteOnExit()? This method has a known memory leak (not only on win32) for quite some time. See: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4513817
Ed Hamilton wrote:
Thanks, Robson, for the reply. I have all the latest versions of everything: Tomcat: 5.5.9 JDSK: 1.5.0.03 JDBC: 3.18a Isapi Redirector: 1.2.13 There is no website/database activity, just tomcat running. I believe it's related to the other posting I made about "every-10-seconds-tomcat-scans-directories". I believe I have it narrowed down to java.io.File.DeleteOnExit that tomcat uses in executePartialPut in DefaultServlet.java. Apparently, this java routine has a known problem on Win32 systems. I've been asked by one of the tomcat guys to get some hard evidence, but I don't have time to tear the tomcat source code apart looking for this and was hoping some of the other users out there are seeing the same problem. Regards all, Ed --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
