Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document outlines the issues involved in dealing with concurrent database updates in our web apps - the situation where more than one user tries to update the same piece of data at the same time. This is an ongoing discussion, and the document is an attempt to gather thoughts and ideas togetherSee "Chosen Solution" below for... our chosen solution.

Example Situation

To set the scene, here's a typical situation in our web applications:

...