On 9 Jul 2002 at 11:54, Justin French wrote:

> I'm a firm believer in option 1.  750,000 page views per month is only
> 1 page every 3.4 seconds (ish) on average, so I don't believe you'd
> see any server load even in peak periods.
> 
> 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).

I'm with Justin on this. Here is a very good article that goes into depth on the 
subject by a guy who seems to have disappeared:

http://philip.greenspun.com/internet-application-workbook/content-management


Peter

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

Reply via email to