in reply to File Locking Tricks and Traps
Another biggie is that people close a file while they have locks on it open. This may happen for them unexpectedly (eg they have locked a dbm which closes and opens the file behind their back) or because they don't realize that this loses the lock. (Opening the file on a second filehandle and closing that loses the lock on the first still-open filehandle. So that attempted workaround fails!)
Otherwise useful if basic.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: File Locking Tricks and Traps
by newrisedesigns (Curate) on Mar 06, 2003 at 13:52 UTC |