You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doing in parallel 2 PUT requests for resource and resource/data, only the first is applied. This is because data request read the resource to get the id, updates the data and then modify last-update date in the resource, but in the meanwhile the resource has been modified.
Tipical example of critical section.
sample requests (missing authentication) :
PUT resource
doing in parallel 2 PUT requests for resource and resource/data, only the first is applied. This is because data request read the resource to get the id, updates the data and then modify last-update date in the resource, but in the meanwhile the resource has been modified.
Tipical example of critical section.
sample requests (missing authentication) :
PUT resource
PUT data
The text was updated successfully, but these errors were encountered: