On 7/7/06, Omega -1911 <[EMAIL PROTECTED]> wrote:
1. The script has to open a rather large number of files (100,000).
2. Instead of opening all of them, I am trying to only open those files
where the file was actually MODIFIED not just accessed within the
last 20 minutes.

The implementation logic behind "read" accessed versus "modified"
accessed is a little flawed. Why not have the routince that actually
make data changes to the files in question mark the md5 checksum of
only those that the data has changed (in much the same way as a
mirror) -- this way you have a valid target of files from which to
peform other tests?

Just another thought;
--
WC (Bill) Jones -- http://youve-reached-the.endoftheinternet.org/

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to