lockfile icon indicating copy to clipboard operation
lockfile copied to clipboard

a ruby library for creating NFS safe lockfiles

Results 10 lockfile issues
Sort by recently updated
recently updated
newest added

… while reading the lockfile, which would lead to leftover (deleted) open files This fixes issue #11

Fix misspelled variable `@refrsher` → `@refresher`.

@ahoward Please specify a LICENSE file that covers the license terms of your library, as this is not explicit now

Just fixing a typo I noticed

We have been using the `lockfile` Gem for some time now, and it mostly works perfectly. However, we are seeing the following error come up every week or so when...

A pool of processes competing for locks accumulate open file descriptors for deleted files. They show up under /proc/pid/fd as for instance: 19 -> /data/mvazquezg.home/.rbbt/tmp/tsv_open_locks/share>databases>interactome3d>interactions_tsv.lock (deleted) Long running processes adquiring...

This took me a while to track down. If I make my lock file with a relative path like `foo.lock` then part of my script changes to another directory the...

Hi! I am currently updating the ruby-lockfile package in Debian. On github and rubyforge lockfile 2.0.0 is published (on codeforpeople 1.4.3 IIRC), but on rubygems.org it is possible to download...

I was a little surprised to see that the default for poll_retries is 16 which means that it takes, generally, over a second to give up on creating a Lockfile...