[jboss-user] [JBossCache] - Re: TreeCache CacheLoader Issue

manik.surtani@jboss.com do-not-reply at jboss.com
Wed May 16 10:35:54 EDT 2007


Node locking and concurrency is important to retain data integrity.  Do you have a high percentage of writes?  If so, then a caching library is NOT what you need.  (think about it!  :)

If you want to use JBoss Cache as a distributed in-memory database, then I'd recommend using pessimistic locking and a high lock acquisition timeout, but expect transactions to block considerably.



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

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



More information about the jboss-user mailing list