in reply to Re: Using flock() on files
in thread Using flock() on files
locks will be maintained even if your server/client crashes and is then restarted
This is not necessarily an advantage. You need a way to break old, stale locks that might be left behind after a crash.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Using flock() on files
by perlplexer (Hermit) on Apr 20, 2003 at 14:13 UTC |