Thread: Server Busy
View Single Post

Re: Server Busy
Old 02-18-2005, 03:25 AM   #7
MasterMind
Marquis
 
MasterMind is offline
Location: Twin Cities
Now Playing: Sword of Mana
Posts: 157
Default Re: Server Busy

Quote:
Originally Posted by Kyuzo
No, I've been running websites for the past 8 years. When the server is too busy, on a forum script like this one, it doesn't have anything to do with the bandwidth... otherwise the forum itself would not load and you'd get a cogent message saying Bandwidth Limit Exceeded.

However, seeing this message it means that there are too many connections to mySQL happening at once, and the script cannot handle the parse load.

.... MEANING... lol.......... when you see that message.... usually too many people are trying to post a topic all at once. It doesn't necessarily mean too many people on the forum. But usually too many people calling the script to parse an action, it will say it is too busy.

The forum will be able to handle many connections to the forum, but when many people ALL AT ONCE try to post a topic or parse the php script, it becomes busy. I hope that's easy to understand.

Maybe the connections aren't terminating correctly and just sit there until they time out? Then once too many connections are opened up, you start getting the server is busy? Just a thought. Not even sure how this site is set up or how php works.
  Reply With Quote