Hi
I'm running a popular site which hasn't had any problems up to a year ago. Pages can take an age to load and the site is often down. Although we're assuming this is down to the hosting company (and are in the process of moving host) I am concerned that it may be something I've done in the programming. In particular we have had a "multiple connection" error occasionally. Each php page connects to the database but I don't close the connection as I understood that happened automatically. Is that correct? When I'm testing the site I sometimes open it in several browsers - could that cause a problem?
Any advice gratefully appreciated.
I'm running a popular site which hasn't had any problems up to a year ago. Pages can take an age to load and the site is often down. Although we're assuming this is down to the hosting company (and are in the process of moving host) I am concerned that it may be something I've done in the programming. In particular we have had a "multiple connection" error occasionally. Each php page connects to the database but I don't close the connection as I understood that happened automatically. Is that correct? When I'm testing the site I sometimes open it in several browsers - could that cause a problem?
Any advice gratefully appreciated.
Comment