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
{{ message }}
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
Can we implement atomic read/writes?
Let's say there is a network with N nodes. One of the nodes saves something on the db({id: unique-id, locked:true}) and run an atomic operation. Other nodes should not be able to run the same operation while the lock is in the db.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can we implement atomic read/writes?
Let's say there is a network with N nodes. One of the nodes saves something on the db({id: unique-id, locked:true}) and run an atomic operation. Other nodes should not be able to run the same operation while the lock is in the db.
The text was updated successfully, but these errors were encountered: