Performance issues - mysql_connect
Posted: Mon Apr 14, 2008 9:26 am
Hi,
My host has contacted me to say that my site is causing performance issues on the server
"There were win32 pipes left open in the application pool of the server this
site was hosted on and on checking a sufficient random selection, they were
all owned by this domain."
my site has its content supplied from a MYSQL database and lots of connections are made each time a page is requested. I use the following function to connect:
mysql_connect
..however I have just realised that I am not closing the connection, could this possible be the "win32 pipes" that the host is referring to?
Any feedback would be appreciated.
Thanks,
Rob.
My host has contacted me to say that my site is causing performance issues on the server
"There were win32 pipes left open in the application pool of the server this
site was hosted on and on checking a sufficient random selection, they were
all owned by this domain."
my site has its content supplied from a MYSQL database and lots of connections are made each time a page is requested. I use the following function to connect:
mysql_connect
..however I have just realised that I am not closing the connection, could this possible be the "win32 pipes" that the host is referring to?
Any feedback would be appreciated.
Thanks,
Rob.