|
I am creating a news crawler script that will update my website with relevant news etc. Im not sure how to run my script though, i want it to run 24/7 and not rely on me being at my computer. I was wondering if i should use a cron or execute as a shell command so it runs forever.
The cron option is good except i'll have no idea on how much it'll download and how long it'll take, plus if it needs to follow links it might go on for a bit.
The shell command would be ideal, but im on a share server and i'll probably get a telling off for running the script 24/7 and consuming the server's juice.
Any ideas?
|