Hmmm... so am struggling with persistent SQL connections at the moment on one server with quite a few accounts on it.
What's happening is that we're getting a maxing of connections (I've set the server max to 40 for any one account) and a staying there which only seems to be cured by restarting apache.
There is absolutely no way that there are 40 people concurrently accessing a v. small site like eslblogs.org.
And cache is on for them too.
Also, in the error log we find: "maximum number of internal redirects reached"
So - I have a look around and was wondering if WPMU is sending some infinite loops out and if reducing loops like from 10 to this:
RewriteOptions maxredirect=3
Might help.
(taken from here: http://www.sitepoint.com/print/mod_rewrite-no-endless-loops)
Any ideas how to knock off these connections / stop them from destroying teh server?
Cheers, James