Re: Simple cron script to copy remote webpage locally?

2003-07-27 Thread Frank Tegtmeyer
"Daan Vreeken [PA4DAN]" <[EMAIL PROTECTED]> writes: > # man fetch Add also "curl" and "wget", "lynx --source", ... For a cron job its the best to first fetch the page to a temporary file. This file should be checked for some success indicators. If the file is valid, it can be renamed to the pub

Re: Simple cron script to copy remote webpage locally?

2003-07-27 Thread Daan Vreeken [PA4DAN]
On Sunday 27 July 2003 16:51, Dragoncrest wrote: > I've got a webpage that updates dynamically on one of our servers and > lists a bunch of statistics about spam and such on our servers. Problem > is, the script puts a load on the server if too many people access it > and it eventually kills the s

Simple cron script to copy remote webpage locally?

2003-07-27 Thread Dragoncrest
I've got a webpage that updates dynamically on one of our servers and lists a bunch of statistics about spam and such on our servers. Problem is, the script puts a load on the server if too many people access it and it eventually kills the server. I would like to lower the traffic on this server