filelock
filelock copied to clipboard
Is filelock compatible with shared and exclusive lock logic?
Hi, I have read the documentation (possibly not enough), and I have not seen example of how filelock could be used with a shared and exclusive lock logic (allowing several concurent read operations with a shared lock, but only write operation with an exclusive lock). Please, is this logic possible? Thank you for your feedback,