recovering from optimistic locking

Recovering from optimistic locking exceptions

WARNING: the solution presented in this article is wrong. It’s a partial solution only, it won’t always work, and you may screw up your data. To see why, check my second article on this issue. There are many situations, in simple web applications, where you don’t really have to deal with concurrent data update. Imagine […]

Recovering from optimistic locking exceptions Read More »