[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-789) DelegatingCacheLoader that can use a load balanced proxy
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu Apr 3 10:10:54 EDT 2008
[ http://jira.jboss.com/jira/browse/JBCACHE-789?page=comments#action_12406882 ]
Brian Stansberry commented on JBCACHE-789:
------------------------------------------
I'd like to see us thinking in terms of using common load balancing code as well. The jboss-ha-client.jar is external to the AS; it has the core stuff used by the AS's smart proxies and can be consumed by other projects. See https://svn.jboss.org/repos/jbossas/projects/cluster/ha-client.
Not saying that that's exactly what should be used; rather that we should try to avoid having multiple sets java-client-side load balancing logic floating around in different projects.
> DelegatingCacheLoader that can use a load balanced proxy
> --------------------------------------------------------
>
> Key: JBCACHE-789
> URL: http://jira.jboss.com/jira/browse/JBCACHE-789
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Cache loaders
> Reporter: Brian Stansberry
> Assigned To: Manik Surtani
> Fix For: 2.2.0.GA
>
>
> Using cache mode LOCAL and a DelegatingCacheLoader (aka a far-cache) has the potential to be a very performant cluster topology. But, the far cache is a single point of failure. Idea here is to develop an HA proxy to a cluster of far-caches; proxy pins to one far-cache, but can fail over to another if the primary target fails.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list