Is there any time when a write lock on the cache is necessary?
To express the question more clearly, in the Hibernate use case is there a need for
locking semantics on the cache stronger than READ_UNCOMMITTED? If not, perhaps
READ_UNCOMMITTED would work.
It wouldn't work if the contention you're talking about is between writes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966060#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...