Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have a script that doesn't collect any data, it just loads pages. All it does is print a few things to the screen (which would be discarded when it's in CGI format as I won't care about any of the output).
Question is, is it possible to run a perl script that doesn't take much memory for days on end? Or like CGI files, would there be a timeout if the script doesn't complete in enough time?
I just want to keep a script running on my web host for a few days, think it's possible?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using perl for a cron job
by Zaxo (Archbishop) on May 24, 2006 at 18:29 UTC | |
by Anonymous Monk on May 24, 2006 at 22:58 UTC | |
|
Re: using perl for a cron job
by samtregar (Abbot) on May 24, 2006 at 18:27 UTC | |
|
Re: using perl for a cron job
by GrandFather (Saint) on May 24, 2006 at 18:26 UTC | |
|
Re: using perl for a cron job
by izut (Chaplain) on May 24, 2006 at 18:36 UTC |