Here are few lines from the treecache tutorial(http://docs.jboss.org/jbcache/current/TreeCache/html/) -
anonymous wrote : When a change is made to the TreeCache, and that change is done in the context of a transaction, then we wait with replication until the TX commits successfully. All modifications are kept in a list associated with the transaction for the caller. When the TX commits, we replicate the changes. Otherwise, (on a rollback) we simply undo the changes and release the locks, resulting in no replication traffic. For example, if a caller makes 100 modifications and then rolls back the TX, we will not replicate anything, resulting in no network traffic It says that replication doesnt takes place after every change, rather the changes are replicated all together on transaction commit. I just want to ensure this statement still stands. View the original post : http://locahost:8080/index.html?module=bb&op=viewtopic&p=3892353#3892353 Reply to the post : http://locahost:8080/index.html?module=bb&op=posting&mode=reply&p=3892353 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
