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

Ensure that reads from metapage are atomic #96

Closed
cberner opened this issue Dec 25, 2021 · 2 comments
Closed

Ensure that reads from metapage are atomic #96

cberner opened this issue Dec 25, 2021 · 2 comments

Comments

@cberner
Copy link
Owner

cberner commented Dec 25, 2021

There's a mutex to guard single-process access, but for multi-process we should add a nonce to each write as a header & footer, maybe generated from PCG or Lehmer Generator

@cberner cberner modified the milestone: 0.1 Dec 26, 2021
@cberner
Copy link
Owner Author

cberner commented Dec 26, 2021

@cberner cberner closed this as completed Dec 28, 2021
@cberner
Copy link
Owner Author

cberner commented Dec 28, 2021

Merged into #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant