-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cancel lock? what's needed #24
Comments
From an implementation point of view, it would be pretty straightforward. One would have to think through whether it could cause problems with the algorithm, but I don't think it would. |
where should you i look to implement it? |
Well, In the A problem might be the indirect messages. The agents directly involved in a lock will get notified, and the agent performing the unlock will remove its own references to it; it won't get a new message from the |
ok i will have a look on it thanks for the explanation :) |
How could we cancel/release a lock before the end of the transaction? Any idea how it could be implemented?
The text was updated successfully, but these errors were encountered: