Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Some File::Find woes.

by paulbort (Hermit)
on Jan 13, 2004 at 18:39 UTC ( [id://321073]=note: print w/replies, xml ) Need Help??


in reply to Some File::Find woes.

Of course it's eating all of your system cache, you're trawling through TWO MILLION files. The comments suggesting reading the directories instead of the files are excellent, I only have a couple of minor tidbits to add:

- If you have a way to hook into the process that creates the PDF, you could write to a one-table database, or even a text file, listing the file and when you want it to expire. Then the cleanup program only has to scan the list for files past their expiration date, and delete them. (You could just about do that in a batch file.)

- If you can change the structure of where the files are stored, put them in directories named based on when the files should go away, like '2004-01-20', and delete any directories older than today.


--
Spring: Forces, Coiled Again!

Replies are listed 'Best First'.
Re: Re: Some File::Find woes.
by Tommy (Chaplain) on Jan 15, 2004 at 23:07 UTC

    That's using your noggin. Great ideas.

    --
    Tommy Butler, a.k.a. TOMMY
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 09:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found