[jboss-dev-forums] [Design of JBossCache] - Re: Optimising contents of a prepare call - JBCACHE-611
mircea.markus
do-not-reply at jboss.com
Mon Nov 12 13:03:00 EST 2007
what about compacting only at replication time? Iterating over the list of changes(method calls) it the transaction entry only once, at replication time might reduce the overall time consumtion of processing this by optimizing the processing (e.g. if there are only 3 method calls then don't use this pattern, start processing the removals first and igonore the corresponding puts etc). This way we can calculate the drawback introducec by compacting as it only happens once, in one place.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103818#4103818
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103818
More information about the jboss-dev-forums
mailing list