Optimistic concurrency through ETag. Part 1. Explanation
IT systems mostly exist in the 'last write wins' (LWW) world. This approach has its own advantages, particularly due to its simplicity. However, that doesn't mean it is the best method in all cases. Sometimes, it's necessary to prevent data loss or to ensure that our changes are made based on the version of the data that client intended to change.
- Date