Trying to build high-concurrency systems… it’s just not easy!
Sunday, August 15th, 2010When you have multiple clients working on the same data – concurrency rears it’s ugly head. How to handle two users loading the same data – and both of them editing it and trying to save it back to the DB. There is no way to keep everyone happy when this happens – either Last-In [...]