in reply to Locking a script
I just wanted to add that you could use the script itself as its own sentinel file. File locks in Perl are (usually) advisory so the lock will not prevent the script from running, for example. It will just prevent other instances of the script from getting the same lock.
- tye (but my friends call me "Tye")
|
|---|