[infinispan-issues] [JBoss JIRA] (ISPN-2246) Synchronization between Infinispan clusters
Robert Stupp (JIRA)
jira-events at lists.jboss.org
Thu Aug 30 15:33:32 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714948#comment-12714948 ]
Robert Stupp commented on ISPN-2246:
------------------------------------
Additionally this could be used to create a "single JVM" client application that connects to a cluster using the HotRod protocol like RemoteCache but with a local cache component that evicts cached elements from the cache, when they are modified by others.
> Synchronization between Infinispan clusters
> -------------------------------------------
>
> Key: ISPN-2246
> URL: https://issues.jboss.org/browse/ISPN-2246
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Robert Stupp
> Assignee: Mircea Markus
>
> We are currently thinking about the following architectural scenario:
> * A number of application servers that form an Infinispan clustered cache
> * A "backend" Infinispan cluster with file based cache store
> * The backend cluster is the cache store for the app server's cache
> It would be nice if the backend cache could inform the app server's cache about cache entry invalidations.
> This could be used when you want to use Infinispan clusters in your "branch offices" and have a "central" Infinispan clusters that receives all data updates and informs the "branch" clusters just about invalidations.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list