http://qs1969.pair.com?node_id=717032


in reply to Re^2: Waiting for a file to be written
in thread Waiting for a file to be written

Trivial 2-party locking mechanism:
Why not have the child delete the file when it is finished with it?
The parent can then wait for the file to disappear before creating the next version of it.

Replies are listed 'Best First'.
Re^4: Waiting for a file to be written
by jfroebe (Parson) on Oct 14, 2008 at 20:51 UTC

    Another option would be to use Linux::Inotify2 if the operating system is Linux. The trigger would be on IN_CLOSE_WRITE "writable fd to file / to object was closed". :)

    Jason L. Froebe

    Blog, Tech Blog