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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...