Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Race condition in Linux::Inotify2 between dir and new file?

by Crackers2 (Parson)
on Jun 25, 2009 at 03:23 UTC ( [id://774579]=note: print w/replies, xml ) Need Help??


in reply to Race condition in Linux::Inotify2 between dir and new file?

Wouldn't you be better off using the IN_CLOSE_WRITE and IN_MOVED_TO events?

IN_CREATE sounds to me like it fires when the file gets created, i.e. at open time, while it seems you're more interested in knowing when the file contents are fully there.

IN_CLOSE_WRITE sounds like it would take care of this for you for new files that get created in the watched directory (which I assume also covers a copy), while IN_MOVED_TO would take care of existing files that get added to the directory (either through move or link)

(Big disclaimer: I haven't used inotify myself, I'm just speculating based on gut instinct and the docs)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (9)
As of 2024-03-28 10:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found