Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: fsyncing directories

by betterworld (Curate)
on Apr 27, 2010 at 13:26 UTC ( [id://837101]=note: print w/replies, xml ) Need Help??


in reply to Re: fsyncing directories
in thread fsyncing directories

Thank you, this is a nice workaround :) IO::Handle accepts this file handle because it thinks that it is opened for writing.

From the strace output it seems that this does in fact fsync the directory. Excerpt:

open("/etc/", O_RDONLY) = 3 dup(3) = 4 fsync(4) = 0

I don't think the dup() hurts the functionality. Though of course I cannot be sure because I'd have to crash my system repeatedly to see if the effect is the same.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found