On Wed, Mar 19, 2014 at 3:42 AM, Nicholas Clark <nick@ccl4.org> wrote: > > That code is single-threaded in Perl, isn't it? So what might be holding > "open" the directory, but lets it go within 0.25s. I would look for any kind of filesystem monitoring services on the machine, like on-access virus scanners, or shell extensions (Dropbox, SkyDrive; don't know about version control plugins). All of them may keep handles to file and directory objects open and might need a little bit of idle time to recognize that the objects are gone and the handles should be closed. Cheers, -JanThread Previous | Thread Next