RESTful Web Services: Preventing Race Conditions
Posted by Alexandre Martins on March 5, 2010
14 comments
One of the core premisses of RESTful web services is that HTTP should be seen as an application protocol rather than just a transport protocol. It comprises a whole bunch of semantics that allows us to build robust distributed systems. And for some cases, when multiple consumers manipulate the same resource, therefore changing its state, [...]