My understanding of these terms is that Hibernate defines 4 cache types -- 
read-only, read-write, non-strict-read-write, and transactional.  Transactional 
allows reads and writes and uses JTA transactions for coordinating access to 
cache data.  JBossCache is transactional.  It certainly supports coordination 
between multiple threads trying to read from and write to the cache.

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to