On 19/07/2011 21:25, Robert Stoski wrote:
> Our best guess is that the different handlers for the URL objects are causing 
> our performance issues.

That looks familiar.

Tomcat 7 re-factored the Jar scanning so that consistent code (that
fixed some edge case bugs) was used for annotation scanning, TLD
scanning etc as well as making the whole process extensible.

Along the way, a few places that used file URLs switched to JNDI urls
and in some cases that triggered a performance hit. Looks liek you have
found another one. Open a bugzilla issue and soemone should take a look
for the 7.0.20 release.

Mark



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

Reply via email to