MySQL / PHP Overloads, please some advice!?

Hi, there!

I have been reading for a while now, and i can`t find any info about what the problem could be.
I running a forum + few other sites that use MYSQL to get their info from.

When i run the forum it had about 60000hits per day and the server run PERFECTLY GOOD!

I have read that not closing a connection wood do some damage, im not sure if i added that on those other sites..

and btw how does one close a connection!?

PHP Code:

<?
// close connection

mysql_close($link);
?>
How wood i go forward on getting to know what the problem is!?

Im useing
Red Hat Linux
Cpanel (latest)


Any help aprisiated!

 

 

 

 

Top