[jboss-dev-forums] [Design of JBossCache] - Re: Reactivating SharedStoreCacheLoader
bstansberry@jboss.com
do-not-reply at jboss.com
Mon Jul 17 11:48:56 EDT 2006
I think what you propose is the way to go and may not be particularly slower than using the byte arrays. In the end a state transfer of in-memory state involves walking the tree on the side providing the state, and storing persistent state involves executing the cache loader's code for storing each node. The byte arrays just package up the data for efficient transmission over the wire.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958512#3958512
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958512
More information about the jboss-dev-forums
mailing list