https://issues.apache.org/bugzilla/show_bug.cgi?id=51276

--- Comment #4 from Mark Thomas <ma...@apache.org> 2011-05-27 15:43:20 UTC ---
The attached test case isn't representative of how Tomcat handles JARs. The
references to the JARs are passed as URLs. The temporary copy that JarFile
creates in this case has a much more significant impact on performance than
using JarInputStream.

That said, the increase in start time isn't good and is worth investigating
further. If (as is likely) it is related to the switch to JarInputStream, then
it may be possible to determine if the URL points to a file and switch to
JarFile in that case.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to