> If there IS server load, you can have an option 3, which basically combines
> option 1 and 2.  Keep the raw article data in a database which is there
> forever.  Then run a program which batch-creates 'HTML' pages from templates
> and the database, and publish a static website (as per option 2).

Or put squid into reverse-proxy/caching mode in front of your dynamic
server and let it cache the pages for you... just another option.

-philip


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to