I've been reading the information for TreeCache/JBossCache/JGroups over and over to get a firm understanding on how the technology works because it looks very compelling for a wide variety of applications (outside of the enterprise space), but one thing I haven't been able to figure out for the cache is exactly how much data needs to be moved around during an update? Is this a very chatty protocol at the cache level?
If I have clients A, B, C, and D each holding onto an object: "TestObject" that has a bunch of attributes, one of which is say the number of walls. If this object changes in A, what has to be transmitted to B, C, and D. Is it just some delta on the property or the entire object graph that TestObject might represent. I'm not entirely clear on how much data I'd be moving around on an object update if I want to set my transaction level such that each property change should be propagated across the clusters. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884438#3884438 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884438 ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
