rust-users icon indicating copy to clipboard operation
rust-users copied to clipboard

Locking

Open enaut opened this issue 5 years ago • 0 comments

I wonder if this library should create or use lock files like /etc/passwd.lock most passwd tools do respect those files. The cache could be more robust by locking on every read, as well as automagically invalidate all entries as soon as a lockfile appears (inotify) by another application. Any thoughts on that?

enaut avatar Sep 15 '20 11:09 enaut