[jboss-user] [JBossCache] - Re: Why ClusteredCacheLoader?

bstansberry@jboss.com do-not-reply at jboss.com
Thu Sep 13 10:38:29 EDT 2007


Couple things come to mind; there may be others:

1) Avoid having to do an initial state transfer, which can be expensive if there's lots of state.

2) Avoid overhead of writing to a persistent store if you want to support recovering data that's been evicted. Note this is a less than perfect solution, as it's possible all nodes will evict the data, and thus it won't be recoverable.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083992#4083992

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083992



More information about the jboss-user mailing list