We've just had our site analysed by a 3rd party company, and their performance graphs suggest that apache is only ever sending 2 files back to the browser at any one time, before it then sends another 2.
Does anyone know what the default is, and if it's changeable or not, I've not come across this kind of setting before.
We're running apache 2.0.4x on sparc solaris 9, using modcache, modrewrite, and reverse proxying, with keepalive off, and a worker MPM ;
ThreadLimit 128
ServerLimit 32
StartServers 16
MaxClients 4096
MinSpareThreads 10
MaxSpareThreads 30
ThreadsPerChild 128
MaxRequestsPerChild 20000
Mike