Hi,
Thanks for your reply.
In fact, the folks from the hosting company sent me an e-mail with the list for openning sleep connections from my database. Guess what! They were just 15.
Okay, I've put the mysql_close() into the last line of my footer.inc.php that is common to all pages, which, according with them, would decrease the server load.
I'm using the mysql_connect() in a database.inc.php.
After a couple of days, they told me that the situation was still happening.
I made them a little php script to run as cron every minute and kill the oppened connections that are lasting more than 100 secs. on the server. Now guess what... thay are running the script and telling me that they are still having server overloads because of my site, that has about 2.500 page views/day.
I think that they may have a misconfiguration on their php.ini or server conf since I'm using much complex and lenghty queries in another website on other server and they aren't experiencing any problems. Hummm...
Anyway, thanks for you tips.
Regards