[jboss-user] [JBoss Cache: Core Edition] - Re: Various errors showing up when load testing

jshowalter do-not-reply at jboss.com
Mon Feb 23 13:55:54 EST 2009


If the put fails, the next call to get will fault and go to the database, and the next, and so forth, with each of them doing a fetch of data and attempting a put. So now instead of blocking reads behind one write (gets behind one put), we'll have write contention due to multiple puts, which is what we were trying to avoid.

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

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



More information about the jboss-user mailing list