Hi,
I'm working on a domain name that receives high number of visitors per day.
The site works with PHP/MySql application that is designed specially for it.
We're suffering from the high number of Mysql connections openned. When I started to investigate I found that, every page that is openned include the file (database.inc) that connects to the database using: mysql_connect.
I was told by someone that if you manage to make global variables to connect, then you will not open as much number of connections as you get.
Can anybody please advice.
Thanks
Note: we don't prefer to use pconnect, according to our database, pconnect will not be good.