[jboss-jira] [JBoss JIRA] Updated: (JBAS-6184) Eliminate a JBC Fqn level in clustered session caching
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Sun Nov 9 15:58:36 EST 2008
[ https://jira.jboss.org/jira/browse/JBAS-6184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated JBAS-6184:
-----------------------------------
Description:
The Fqn we use has a level for the virtual host and another for the webapp. Combine into a single level with a '_' delimiting the two elements. Saves an unnecessary node traversal.
In the new combined element, put the webapp path first. For two different webapps, this is far more likely to different than the virtual host. So put it first so equals comparison will return false more promptly.
was:
The Fqn we use has a level for the virtual host and another for the webapp. Combine into a single level with a ':' delimiting the two elements. Saves an unnecessary node traversal.
In the new combined element, put the webapp path first. For two different webapps, this is far more likely to different than the virtual host. So put it first so equals comparison will return false more promptly.
> Eliminate a JBC Fqn level in clustered session caching
> ------------------------------------------------------
>
> Key: JBAS-6184
> URL: https://jira.jboss.org/jira/browse/JBAS-6184
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Clustering, Web (Tomcat) service
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Priority: Minor
> Fix For: JBossAS-5.0.0.GA
>
>
> The Fqn we use has a level for the virtual host and another for the webapp. Combine into a single level with a '_' delimiting the two elements. Saves an unnecessary node traversal.
> In the new combined element, put the webapp path first. For two different webapps, this is far more likely to different than the virtual host. So put it first so equals comparison will return false more promptly.
--
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