Login
From:
blog.lawrencejones.dev
(Uncensored)
subscribe
Adding concurrency control to HTTP APIs | Lawrence Jones
https://blog.lawrencejones.dev/cas/
links
backlinks
Roast topics
Find topics
Find it!
Whenever a system has access to a consistent store, you can extend that consistency through compare-and-swap to the system's users. This post shows how you can add CAS to an HTTP API using example code and real-world examples.