View Single Post
Old 01-25-2010   #2
Dynomite
 
Dynomite's Avatar
 
Join Date: Aug 2009
Location: South Dakota/California
Posts: 3,816
Default Re: Forum running slow

It is overloaded or not properly closing connections. Most likely overloaded.

In the code, the programmer must 'close' a connection each time he requests db data. If this is not done every time, it causes orphaned connections and you eventually run out of connections until they time out. It could also be coded fine, but that there are simply too many users or too many forums using the same db server.

Last edited by Dynomite; 01-26-2010 at 10:12 PM.
Dynomite is offline   Reply With Quote