BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
695 stars 264 forks source link

File Module: fine granular locking of update operations #2338

Closed ChristianGruen closed 2 days ago

ChristianGruen commented 1 month ago

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:

ChristianGruen commented 2 days ago

Discarded (deemed as secondary).