anonymous wrote :
| Is it possible to create one big cache and configure regions that are shared by a
subset of members only?
|
Why? Shouldn't consumers see everything?
Perhaps what you need is each producer uses a STANDALONE cache, using a TCPCacheLoader.
The consumers create a cache cluster which replicates everything. The consumer-cluster
also has a TCPCacheServer which the TCPCacheLoaders write to.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020695#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...