Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 9890 invoked from network); 14 Jun 2005 07:13:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2005 07:13:41 -0000 Received: (qmail 98198 invoked by uid 500); 14 Jun 2005 07:13:26 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 98047 invoked by uid 500); 14 Jun 2005 07:13:25 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 97982 invoked by uid 99); 14 Jun 2005 07:13:24 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of kutzi@gmx.de designates 213.165.64.20 as permitted sender) Received: from pop.gmx.net (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 14 Jun 2005 00:13:22 -0700 Received: (qmail invoked by alias); 14 Jun 2005 07:13:10 -0000 Received: from unknown (EHLO [192.168.1.101]) [62.153.223.140] by mail.gmx.net (mp017) with SMTP; 14 Jun 2005 09:13:10 +0200 X-Authenticated: #383581 Message-ID: <42AE83AB.6050207@gmx.de> Date: Tue, 14 Jun 2005 09:13:47 +0200 From: Christoph Kutzinski User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Thunderbird/1.0.2 Mnenhy/0.7.2.0 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat keeps growing in size on Win32 References: <000c01c57071$09d1d8d0$82ffaed8@proleon.com> In-Reply-To: <000c01c57071$09d1d8d0$82ffaed8@proleon.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org