RESTful Web Services: Preventing Race Conditions
One of the core premises 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, the solution should be robust enough to prevent the system
Want to have your say? just login


Be first to show your opinion !!!