0 Replies Latest reply on Sep 6, 2007 8:09 AM by cyberax

    putForExternalRead very slow

    cyberax

      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?