From: "Rupert Heesom" <[EMAIL PROTECTED]>

> Thanks for the response, guys.  I'm pleased that I don't have to write
> such a thing from scratch, Especially as I'm fairly new to Perl!
> 
> Well, when I've been manually testing the file processing, it hasn't
> taken much time (20->30secs).  And I'm not expecting much traffic, so
> I can take it easy with the programming for now!

Well 20-30 secs is not too long, but still it's a lot of time.

Keep in mind that while processing the file you are not watching the 
directories. Therefore if someone uploads/modifies a file while you 
are processing another you might miss it.

So most probably you should test whether there's something new after 
you process the file and start watching again only if you find 
nothing new.

And maybe even search for new/updated files once every X minutes even 
if no change was noticed. Just in case.

Jenda
=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to