[jboss-jira] [JBoss JIRA] Closed: (EJBTHREE-848) ClusteredStatefulCacheListener should be a singleton

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Apr 16 15:41:22 EDT 2009


     [ https://jira.jboss.org/jira/browse/EJBTHREE-848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry closed EJBTHREE-848.
-------------------------------------

    Fix Version/s:     (was: trunk)
       Resolution: Won't Fix


Won't Fix as this is related to StatefulTreeCache which needs to be replaced.

> ClusteredStatefulCacheListener should be a singleton
> ----------------------------------------------------
>
>                 Key: EJBTHREE-848
>                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-848
>             Project: EJB 3.0
>          Issue Type: Task
>          Components: Clustering
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>            Priority: Minor
>
> Currently, each SFSB Container registers an instance of ClusteredStatefulCacheListener with the SFSB cache.  This is inefficient if there are many containers, as each gets passivation/activation callbacks and has to filter for the ones it's interested in. The callbacks don't do anything container-specific, so it should be possible to use a quasi-singleton ClusteredStatefulCacheListener and eliminate the filtering.
> Quasi-singleton, because it's possible to have multiple SFSB caches; need one listener per cache.

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