What they see as "sleeping connections" are just pages that also use shutdown-queries (a query that will be executed after all the other "work" is done to reduce pageloads).
The rela problem here is that they want to limit the number of queries and your board is execeeding their limit. There are only a few options to overcome this:
- Your host raises this limit.
- You turn off settings in vBulletin to reduce the number of queries used. This would however limit the usability of vBulletin.
- If your host allow for the creations of multiple MySQL users for a database, then there is a work-around for this limit. This would however mean that you would be circumventing the limits set by your host, and i am not sure if they will be hapy with that.
- Remove modifications that add additional queries.
- Change hosts
|