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