in reply to Temporarily moved

From File::SharedNFSLock:

It's in production use at our site, but if it doesn't work for you, I'm not surprised! ... I use the fact that hard links are (err, appear to be) atomic ... Basic unit tests are in place for this module. However, it is not extensively tested (Patches welcome!). While the module is used on production systems here, do your own testing since it may contain hidden race conditions.

You should probably carry over these possibly quite serious caveats into your documentation.

  • Comment on Re: RFC: An on-disk NFS-safe key-value store database (NFSdb)

Replies are listed 'Best First'.
Re^2: RFC: An on-disk NFS-safe key-value store database (NFSdb)
by RecursionBane (Beadle) on Oct 12, 2014 at 21:46 UTC

    Thanks for pointing that out! I've updated the original post with the caveat.

    Please note, however, that lock_write is optional, and atomic_write might work just as well for most applications.