in reply to RE: Re: This is weird...
in thread This is weird...
The problem is, flock tends to be advisory. If you really want to ignore a lock on a file, you can get around that.
In a small program like this, I don't bother with file locking. In larger programs, where there's an issue of concurrency, it does come up. (So do a lot of other things.)
|
|---|