in reply to
File Locking
How I make to this function 'flock' works into activeperl on windows?
Comment on
Re: File Locking
Replies are listed 'Best First'.
Re: Re: File Locking
by
Anonymous Monk
on Dec 01, 2003 at 10:28 UTC
flock is available on windows, at least modern windows (NT, 2000,2003, XP). For older windows you'll have to use
File::FlockDir
[reply]
Re: Re: Re: File Locking
by
Anonymous Monk
on May 26, 2004 at 09:05 UTC
The LOCK_NB mode in flock function available with Activeperl does not work rightly on either NT,2000 or XP.
[reply]
In Section
Tutorials