Posted By:
Kevin_Riff
Posted On:
Tuesday, July 31, 2001 02:19 PM
Sounds like a reasonable design.
You could also drop the timer and simply use a thread. Your thread would check the file and, if necessary, process it. Then your thread enters a sleeping state for one minute. Use a loop so that when the thread wakes up, it checks the file again.