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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
