Hey all,
I'm writing a program to convert some data into a spreadsheet
and then email the results back to the user. The machine doing the
work is different than the one supplying the data. I need to run
the program every few seconds to check for new data and the crontab
is a little limiting in that it will only go to the minute.
What is the best way to run the program persistently? I know that
there are some "daemon" modules at there. Is this the right path?
Do I just need some simple coding within the program?
Any help would be appreciated. Thanks.
Dalin