I'm using JBoss Cache with Atomikos Transaction Manager and 
"putForExternalRead" method is VERY slow (about 20 times slower than 'put') 
because it has to suspend and resume the current transaction (and this is not a 
cheap operation in Atomikos).

Is it possible to have transactional 'put' which simply swallows 
DataVersioningExceptions without rolling back the transaction and without 
attempting to suspend/resume transaction?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081640#4081640

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081640
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to