http://www.perlmonks.org?node_id=268949


in reply to Re: Filesystem: How to grab subset of directory structure (less RAM?)
in thread Filesystem: How to grab subset of directory structure

I am taking a snapshot of the XML files in the directory at time (t). I process all the files I read in, sleep for a little while, then start the process again. Looping all the way... BTW-I already put everything into memory. The "read" of the files in the directory is what is pegging the CPU.

Thanks for your reply. :)

-P0w3rK!d