REST API: How to prevent races when doing read – update – write cycle on server side
The bounty expires in 5 days. Answers to this question are eligible for a +100 reputation bounty. persson is looking for a more detailed answer to this question. Let’s assume a relational db-backed API. I understand the usage of optimistic concurrency control (eg by using a version field) to prevent lost updates from clients (where […]