in reply to File Loader (load the content of a file and insert into DB)
As long as your app is ok with the one-minute delay, I'd just use the crontab. The advantages are:
- don't have to worry about what happens if your service dies, or setting it up so that it starts automatically if the box reboots
- you get email notification of errors for free (assuming that you're checking the email of that user's crontab)
I'm not sure what you mean by "loaders". Do you mean a database API? You probably want DBD::Oracle.
-b
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: File Loader (load the content of a file and insert into DB)
by jordanh (Chaplain) on May 20, 2005 at 21:34 UTC | |
by gloryhack (Deacon) on May 21, 2005 at 00:07 UTC |