[jboss-user] [JBossCache] - Re: JBossCache Transaction Isolation Level

manik.surtani@jboss.com do-not-reply at jboss.com
Tue Apr 3 08:22:26 EDT 2007


Depending on how your application is written, READ_COMMITTED does make sense when used with Hibernate.  Assuming that your DB uses R_C as well, I suspect your app won't have any issues with the cache running with an isolation level of R_C.  :-)

REPEATABLE_READ is the cache default as it offers a stronger isolation level for a very small penalty if used in a read-mostly situation.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034037



More information about the jboss-user mailing list