https://bz.apache.org/bugzilla/show_bug.cgi?id=56530
--- Comment #22 from Mark Thomas <[email protected]> --- (In reply to Alex Koturanov from comment #21) > Is there a use case were WebappClassLoader must not be parallel? Parallel class loading has proved to be unreliable in the past. Until the stability of parallel loading is demonstrated by experience, serial loading needs to remain the default. > Is it an option to re-implement jdk1.7 method > java.lang.ClassLoader#getClassLoadingLock(String) directly in > WebappClassLoader for Tomcat7.0? No. > I attached a patch that solves my Tomcat7.0 problem with waiting on lock for > 3-10 sec in https://bz.apache.org/bugzilla/show_bug.cgi?id=57681 As I commented on that patch, that won't work. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
