In this article I’d like to present a discussion on concurrency handling, concurrency violations and the strategies involved to resolve concurrency conflicts. Concurrency violations: when and why do ...
One way to handle data contention is to turn on optimistic concurrency in your DataSources. However, the problem is that for most tables, it won't work. Here's what optimistic concurrency actually ...