in reply to Re: use flock() to determine if other script is running
in thread use flock() to determine if other script is running
To properly lock, you must have an atomic "test-and-set" operation that is uninterruptable by another process.
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: •Re: Re: use flock() to determine if other script is running
by tcf22 (Priest) on Aug 21, 2003 at 06:46 UTC | |
|
Re: •Re: Re: use flock() to determine if other script is running
by Red_Dragon (Beadle) on Aug 21, 2003 at 15:32 UTC |