anonymous wrote : Does JBoss Cache 3.x support SELECT FOR UPDATE semantics?
Not at this moment. It can be emulated, though by using pessimistic locking with
transactions. e.g. if you are using the repeatable_read isolation level, and read a node
within a TX it will be locked and no other tx would be able to modify the node until this
one finishes.
This is not supported on MVCC though, which may be an drawback for you due to performance
advantages MVCC brings.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188023#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...