in reply to Using perl as a cron script?
With these assumptions, this means that you would have to keep a telnet or ssh session open to the remote server in order to keep the Perl script running. As many people will find, telnet and/or ssh are not the best ways to keep a persistent connection: especially telnet sessions have a tendency to hang at unexpected moments. In this case, if it happens to hang while the script is running, the execution of the script would be terminated, resulting in no crontab running.
Just my 10 cents (yes, the price of opinions has been increased by 8 cents)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Using perl as a cron script?
by lemming (Priest) on Jul 11, 2002 at 17:13 UTC |