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

MAP_SHARED not a great idea #60

Open
carloslack opened this issue Feb 3, 2021 · 0 comments
Open

MAP_SHARED not a great idea #60

carloslack opened this issue Feb 3, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@carloslack
Copy link
Owner

carloslack commented Feb 3, 2021

The idea of syncing with fd with MAP_SHARED is not very smart - implement a way to allow late sync op if file is open in R/W

Currently:

, m == F_RW ? MAP_SHARED : MAP_PRIVATE

Also when not syncing, need to provide interface to sync when all is done

@carloslack carloslack added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant