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.
|