Skip to content

Instantly share code, notes, and snippets.

@othiym23
Created August 15, 2014 22:28
Show Gist options
  • Save othiym23/6274a8489674bbbcf07a to your computer and use it in GitHub Desktop.
Save othiym23/6274a8489674bbbcf07a to your computer and use it in GitHub Desktop.
stale locking v3
  1. acquire $lock, fail
  2. stat $lock, find that it is stale
  3. acquire $lock.STALE
  4. stat $lock, assert that it is still stale
  5. unlink $lock
  6. link $lock.STALE $lock
  7. unlink $lock.STALE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment