Liste des Groupes | Revenir à co vms |
With KeepAlive On then we have a performance problem.MaxSpareServers increase is necessary to improve numbers. It seems
The cause is that worker processes are unavailable while
waiting for next request from client even though client is
long gone.
That indicates that the cap is:
max throughput (req/sec) = MaxClients / KeepAliveTimeout
The formula holds for low resulting throughput but it does
not scale and seems to be more like 1/3 of that for higher
resulting throughput.
But if one wants keep alive enabled, then it is something one
can work with.
My experiments indicate that:
KeepAlive On
KeepAliveTimeout 15 -> 1
MaxSpareServers 50 -> 300
MaxClients 150 -> 300
is almost acceptable.
nop.txt : 100 req/sec
Les messages affichés proviennent d'usenet.