Skip to content
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

Add lock manager #142

Merged
merged 7 commits into from Oct 18, 2017
Merged

Add lock manager #142

merged 7 commits into from Oct 18, 2017

Conversation

tdz
Copy link
Member

@tdz tdz commented Oct 18, 2017

Each R/W lock now contains a list of waiters. Transactions act as waiters. The lock manager maintains the wait lists for each R/W lock and schedules waiters. This patch set contains all the infrastructure. A lot of tuning and adjustment for the different use cases and access patterns can be build on top of it.

@tdz tdz added this to the picotm 0.7.0 milestone Oct 18, 2017
@tdz tdz self-assigned this Oct 18, 2017
@tdz tdz merged commit 7610cca into picotm:master Oct 18, 2017
@tdz tdz deleted the lock-manager branch October 18, 2017 19:55
@tdz tdz mentioned this pull request Oct 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant