Hello, We are using JBoss TreeCache to store small objects where large set of objects are very short lived (probably less than a couple of minutes).
I was wondering if we should be storing these objects in particular way in the tree to optimize the replication. Does TreeCache replicate only those nodes of tree that are modified? I ran some initial test storing the objects in a single node vs. in multiple nodes. To my surprise, I didn't see any improvements in performance. Actually, in certain cases I saw degradation. Perhaps it's due to increased lookup time. Thanks, Jennifer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982740#3982740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982740 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
