FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Next Problem....
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Next Problem.... [message #2910 is a reply to message #2905] Tue, 04 June 2002 16:01 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
derekg wrote on Tue, 04 June 2002 11:48

What would be causing this:
Warning: Too many connections in /clients/CMHA/www/FUDforum/Data/include/db.inc on line 26

And how can i fix it?



Make the forum NOT use persistant connections. By setting the
'User Persistent Connections' to NO.

The problem is actually in your server config, when persistant connections are used each apache keeps an open MySQL connection, so it does not need to open it each time. The problem you are seeing is because the MySQL has a limit of how many connections can be opened at any one time, and the number of apache children with open connections exceeds that number.
Tell your admin to either increase the number of allowed MySQL connections or decrease the maximum number of Apache children.


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Installation Woes
Next Topic: Thread View
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 09 16:30:50 GMT 2024

Total time taken to generate the page: 0.05143 seconds