Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: File lock demo

by LanX (Saint)
on Apr 23, 2021 at 15:36 UTC ( [id://11131658]=note: print w/replies, xml ) Need Help??


in reply to Re: File lock demo
in thread File lock demo

Thanks a lot!!!

I was really intrigued when I saw the DATA° trick in MJD's talk but this is really not a good idea on Win.

Contrary to the docs in is the implementation of flock NOT advisory on Win, another process can't read the locked file.

So locking DATA means that a separate perl.exe will fail starting the script.

Even worse, I was even able to produce race conditions where it sometimes seemed to work oO.

The trick was to start multiple perl.exe at once, like this they were able to read the file before the run-time started which locked it ... very confusing.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

°) for those wondering, DATA is just the filehandle opened to the current script...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11131658]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-20 00:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found