[Bug 57472] performance (classloader?) problems with signed jars in WEB-INF/lib

2015-01-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472 --- Comment #7 from Andrei Costescu costescuand...@skymail.ro --- Thank you! :) -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 57472] performance (classloader?) problems with signed jars in WEB-INF/lib

2015-01-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472 --- Comment #8 from ole.schulz-hildebra...@ppimedia.de --- thanks for the fast fix of this issue :-) Startup with tomcat 8.0.x trunk is as fast as tomcat 7 now. Do I have to close this bug or is that done by you? -- You are receiving this

[Bug 57472] performance (classloader?) problems with signed jars in WEB-INF/lib

2015-01-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472 --- Comment #6 from Mark Thomas ma...@apache.org --- This has been fixed in trunk and 8.0.x and will be included in 8.0.19 onwards. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57472] performance (classloader?) problems with signed jars in WEB-INF/lib

2015-01-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57472] performance (classloader?) problems with signed jars in WEB-INF/lib

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472 --- Comment #3 from Mark Thomas ma...@apache.org --- I can confirm that it is JAR verification that is causing the slow down. The way to avoid that is to keep the JAR open for the life of the web application. However, that causes a

[Bug 57472] performance (classloader?) problems with signed jars in WEB-INF/lib

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472 --- Comment #5 from Mark Thomas ma...@apache.org --- That is sort of what Tomcat 7 does. I think I can port the openJars / closeJars from Tomcat 7's WebappClassLoader to Tomcat 8's resources implementation. -- You are receiving this mail

[Bug 57472] performance (classloader?) problems with signed jars in WEB-INF/lib

2015-01-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472 --- Comment #4 from Christopher Schultz ch...@christopherschultz.net --- Maybe a ThreadLocal list of JARs to close? Presumably, the ClassLoader is going to load a whole bunch of classes from these JAR files at once; probably the first time

[Bug 57472] performance (classloader?) problems with signed jars in WEB-INF/lib

2015-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472 --- Comment #2 from ole.schulz-hildebra...@ppimedia.de --- I put an example application signedjar.war here: https://drive.google.com/file/d/0By0Iea2JkjtKdlI2SGFSaVg2ZWs/view?pli=1 -- You are receiving this mail because: You are the

[Bug 57472] performance (classloader?) problems with signed jars in WEB-INF/lib

2015-01-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57472 --- Comment #1 from Mark Thomas ma...@apache.org --- 8MB+ will be too big for a Bugzilla attachment but if you can put the file somewhere I can download it, a web application that reproduces this issue would be much appreciated. -- You