https://issues.apache.org/bugzilla/show_bug.cgi?id=49613
--- Comment #2 from Sampo Savolainen <v...@iki.fi> 2010-07-19 06:41:28 EDT ---
Application frameworks like MyFaces use attributes while rendering a page.
Tomcat reads all SSL connector attributes for every call to
getAttributeNames(). This creates a large number of calls to
getAttributeNames(). The current 6.0.x implementation is very slow as it does
not recognize it has already read the SSL specific attributes. 

I will attach a patch which uses an object boolean field to determine whether
the SSL attributes have already been read or not. The speedup to the profiled
application is 10x.

-- 
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