summaryrefslogtreecommitdiff
path: root/devel/rubygem-lockfile/pkg-descr
blob: 5b0fd56c7112596196bbc99e9453377159c4b6f5 (plain) (blame)
1
2
3
4
5
6
rlock creates NFS safe lockfiles. it can optionally run a program while holding
the lock, ensuring lockfile removal on program exit. if a program is specified
to be run rlock will spawn a background thread to kept the lockfile 'fresh' by
touching it at a regular interval. in this way a lease is maintained on the
lockfile and other processes attempting to obtain the lock can determine that it
is in use.