Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^4: File Locking plus delete Lockfile question

by rovf (Priest)
on Feb 13, 2009 at 10:09 UTC ( [id://743576]=note: print w/replies, xml ) Need Help??


in reply to Re^3: File Locking plus delete Lockfile question
in thread File Locking plus delete Lockfile question

Having a single lock for many independent counts seems like a shame.

Indeed it is, as I would unnecessarily block an application which could otherwise run; and I agree that it would not be strictly necessary. In this special case however, it turns out not to be such a problem: The typical running time of one instance is about half an hour, the time spent in a critical region is usually a couple of seconds, sometimes half a minute, and the task to be performed is so that on a fragile Windows machine, I'm not so unhappy to know that with the present implementations, no two tasks are going to do the same in parallel, even though in theory they can't disturb each other.

Winders doesn't appear to let you unlink a file you have open.
Thank you, good to know.

-- 
Ronald Fischer <ynnor@mm.st>
  • Comment on Re^4: File Locking plus delete Lockfile question

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 04:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found