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

File Module: fine granular locking of update operations #2338

Open
ChristianGruen opened this issue Oct 7, 2024 · 0 comments
Open

File Module: fine granular locking of update operations #2338

ChristianGruen opened this issue Oct 7, 2024 · 0 comments

Comments

@ChristianGruen
Copy link
Member

Currently, global file write locks are enforced for updating file operations like file:write. We could implement a more fine granular file lock, and enforce sequential activity only if a file with the same path is updated. Challenges:

  • Operations like file:delete, file:move and file:delete affect more than one file.
  • File paths need to be normalized/canonicalized.
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