You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,