[jboss-user] [JBoss Cache: Core Edition] - Re: JDBM Performance with Jboss Cache

genman do-not-reply at jboss.com
Fri Nov 21 22:36:26 EST 2008


It's not bad. It's used for a lot of open source apps. But it lacks all of the transaction features of Sleepycat. I recommend you use it with ASYNC on if possible.

One thing I've seen is that JBoss Cache sort of has a goofy implementation of put() where all the data has to be loaded from the cache loader before it's replaced. So do a remove() then put() if possible.

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

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



More information about the jboss-user mailing list