[jboss-jira] [JBoss JIRA] Closed: (JBAS-6224) SecurityContextEstablishmentValve is making expensive loadClass calls
Anil Saldhana (JIRA)
jira-events at lists.jboss.org
Thu Nov 20 18:33:36 EST 2008
[ https://jira.jboss.org/jira/browse/JBAS-6224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anil Saldhana closed JBAS-6224.
-------------------------------
Resolution: Done
> SecurityContextEstablishmentValve is making expensive loadClass calls
> ---------------------------------------------------------------------
>
> Key: JBAS-6224
> URL: https://jira.jboss.org/jira/browse/JBAS-6224
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web (Tomcat) service
> Affects Versions: JBossAS-5.0.0.CR2
> Reporter: Anil Saldhana
> Assignee: Anil Saldhana
> Fix For: JBossAS-5.0.0.GA
>
>
> Stick a class instance which remains the same per web app.
> CL.loadClass is a synchronized method that needs to be avoided in concurrent requests.
> Brian's load tests has brought out this issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list