- REPLICATION mode replicates everything is put inside the cache. This is bad because replicates everything, also objects that have not been modified, generating unnecessary traffic. - INVALIDATION mode tags objects that are out of date. This is bad because objects have to be reloaded into cache accessing the database. I think it would be better an hybrid approach: simply replicate changes.
Andrea View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038803#4038803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038803 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
