Already worried about dreamhost...
Posted by: kray
Posted on: 2006-03-15 04:06:00
Hi again
Just joined the other day, not uploaded anything yet, but reading into the limits about cpu usage -- im already thinking of getting my money back guarantee.
Im sure dreamhosts CPU usage is fair, and my site prob wont even need what they give - but i've been reading some horror storys on the net about dreamhost killing sites with phpbb and only 20 users.
Can anyone reasure me about the cpu usage?
(why does dreamhost turn on PHP as CGI by default - i know it can be turned off, but it turns it back on when you install phpbb)
How much cpu usage is a simple sql query, like:
$sql = "SELECT *
FROM Table;
if ( ($result = $db->sql_query($sql)) )
{
}
$row = $db->sql_fetchrowset($result);
Any info would be great.
Regards