On Tue, Mar 08, 2005 at 08:43:04AM -0600, Greg Lindstrom wrote:
> I am writing an application where I need to recognize when a file
> arrives in a given directory. Files may arrive at any time during the
> course of the day. Do I set up a cron job to poll the directory every
> few minutes? Wr
Greg Lindstrom <[EMAIL PROTECTED]> writes:
> Hello-
> I am writing an application where I need to recognize when a file
> arrives in a given directory. Files may arrive at any time during the
> course of the day. Do I set up a cron job to poll the directory every
> few minutes? Write a daemo
On Tue, 08 Mar 2005 08:43:04 -0600, rumours say that Greg Lindstrom
<[EMAIL PROTECTED]> might have written:
>I am writing an application where I need to recognize when a file
>arrives in a given directory. Files may arrive at any time during the
>course of the day. Do I set up a cron job to po
Title: RE: Recognizing the Arrival of a New File
[Greg Lindstrom]
#- I am writing an application where I need to recognize when a file
#- arrives in a given directory. Files may arrive at any time
#- during the
#- course of the day. Do I set up a cron job to poll the
#- directory
Hello-
I am writing an application where I need to recognize when a file
arrives in a given directory. Files may arrive at any time during the
course of the day. Do I set up a cron job to poll the directory every
few minutes? Write a daemon to monitor the directory? Or is there some
other m