MySQL Forums
Forum List  »  PHP

Re: What is happen to MYSQL_CONNECTION?????
Posted by: Chis Florinel
Date: September 08, 2005 03:01AM

Check your access log and identify the time when you have most visitors.
Should be between: hour1 - hour2
When the server is highly loaded, (may users visiting the website) it is normal to have a slower response. You should optimize your scripts, find bottlenecks and solve them.
Use scripts to get the time necessary for a each query run.
Make scenarios: 100 users accessing in the same time the same page.

Mainly you have 2 options:
- optimizing the scripts / tweak the web server, etc..
- upgrade the server: more RAM memory, better processor, faster HDD...

Options: ReplyQuote


Subject
Written By
Posted
Re: What is happen to MYSQL_CONNECTION?????
September 08, 2005 03:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.