ahoward / lockfile

a ruby library for creating NFS safe lockfiles
55 stars 19 forks source link

Use semaphores to ensure that the refresher thread is not interrupted… #13

Open mikisvaz opened 9 years ago

mikisvaz commented 9 years ago

… while reading the lockfile, which would lead to leftover (deleted) open files

This fixes issue #11