Reply to Re: Blocking with fopen when file is already open for writing
Posted by NC on 03/04/07 23:49
On Mar 4, 6:15 am, "Drazen Gemic" <trench...@yahoo.com> wrote:
>
> I think that Windows will lock file exclusively, by default.
Maybe, but since all instances of the script will run under the same
process ID (although they may have different thread IDs), it's not
going to help; the file will remain writeable to all instances of the
script.