Quote:
Originally Posted by Vcize
I'm having a weird problem with this mod.
When I have it enabled, any time I try to save anything on the admin site (not just within this mod, but anywhere) it will time out. As soon as I disable this mod, the problem goes away.
Here is what my host said about the issue. Again this seems to go away when I disable this mod...
Most likely, the code within the forum is allowing Keep-Alive connections, but it looks like they do not get closed efficiently and they stay open. This bogs down Apache, as it only has a certain number of connections allowed to be open at once. Have you had a developer take a look at the code and optimize the way it handles keep-alive connections? I would start there, and if there are any server-side configurations that the developer would need in order to optimize the site code, just open a ticket and we'll get it set to whatever they need.
|
Just trying to see if anyone has any ideas on this.
I only notice the problem on my largest forums. I'm guessing that there are some keep-alive connections being left open somewhere in the mod, and that doesn't effect small/medium sized forums as it takes a long time for those to add up high enough to do any harm.