Re: AuthenticatorBase.getJaspicProvider taking most time

2017-08-30 Thread Venkata Pavan Kumar Sannisetty
I have created a pull request with this change. https://github.com/apache/tomcat85/pull/9 On 30 August 2017 at 15:57, Venkata Pavan Kumar Sannisetty < sunny...@gmail.com> wrote: > I think we can cache the AuthConfigFactory instance in AuthenticatorBase > (or somewhere else) without

Re: AuthenticatorBase.getJaspicProvider taking most time

2017-08-30 Thread Venkata Pavan Kumar Sannisetty
AuthConfigFactory getFactory() { checkPermission(getFactorySecurityPermission); if (factory != null) { return factory; } On 29 August 2017 at 23:14, Venkata Pavan Kumar Sannisetty < sunny...@gmail.com> wrote: > I have tried with 8.5.15 still experiencing the s

Re: AuthenticatorBase.getJaspicProvider taking most time

2017-08-29 Thread Venkata Pavan Kumar Sannisetty
I have tried with 8.5.15 still experiencing the same issue. I have seen this particular piece of code getting changed from 8.5.11 to 8.5.15. But hitting the same issue, On 29 August 2017 at 23:11, Mark Thomas wrote: > On 29/08/17 17:27, Venkata Pavan Kumar Sannisetty wrote: > > Hi, &g

AuthenticatorBase.getJaspicProvider taking most time

2017-08-29 Thread Venkata Pavan Kumar Sannisetty
Hi, Our Application is running on Tomcat 8.5.11 with Java Security Manager. We see a huge difference in performance dip with tomcat when Java security manager is enabled. The test uses Jmeter and measures the throughput. Using JVisualVM provided few bottlenecks in our application as well as with T

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Venkata Pavan Kumar Sannisetty
Thanks a Lot. On 10 June 2012 14:29, Konstantin Kolinko wrote: > 2012/6/10 Venkata Pavan Kumar Sannisetty : > > Hi Konstantin Kolinko, > > > > Thanks for the response. > > > > Can you point out some reference where i can know about this permgen > memor

Re: ClassNotFoundException Error in Tomcat 5.5 and Tomcat 6.0

2012-06-10 Thread Venkata Pavan Kumar Sannisetty
Hi Konstantin Kolinko, Thanks for the response. Can you point out some reference where i can know about this permgen memory leak. I am unable to find good article/material on it to understand furthur. Thanks, Pavan. On 10 June 2012 06:59, Konstantin Kolinko wrote: > 2012/6/10 Venkata Pa