Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 73174 invoked from network); 29 Sep 2003 11:23:15 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 29 Sep 2003 11:23:15 -0000 Received: (qmail 92712 invoked from network); 29 Sep 2003 11:23:15 -0000 Received: from unknown (HELO apache.org) (127.0.0.1) by localhost with SMTP; 29 Sep 2003 11:23:15 -0000 Message-ID: <3F781621.4030800@apache.org> Date: Mon, 29 Sep 2003 13:23:13 +0200 From: Remy Maucherat User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: cvs commit: jakarta-tomcat-5 build.properties.default build.xml tomcat.nsi References: <20030929102740.58502.qmail@minotaur.apache.org> In-Reply-To: <20030929102740.58502.qmail@minotaur.apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N remm@apache.org wrote: > remm 2003/09/29 03:27:40 > > Modified: . build.properties.default build.xml tomcat.nsi > Log: > - Set -Dsun.io.useCanonCaches=false for Windows. This decreases > startup performance significantly, but is needed for now (since Sun doesn't > seem to be willing to fix the bug in a timely fashion). It doesn't decrease startup performance significantly at all (maybe 2-3%). I actually had forgotten to remove the Watchdog and tester webapps before looking at the results ;-) Remy