in reply to Re^2: File Locking plus delete Lockfile question
in thread File Locking plus delete Lockfile question
Having a single lock for many independent counts seems like a shame.
Suppose when you "deleted" the count file you first wrote -1 to it. Then any processes that have it open, will later read -1, and can drop the file and loop round to open/create the new instance.
Should you care, Winders doesn't appear to let you unlink a file you have open.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: File Locking plus delete Lockfile question
by rovf (Priest) on Feb 13, 2009 at 10:09 UTC |