3 Aug
2007
3 Aug
'07
4:37 p.m.
Stephan Jaeger wrote:
That was just for testing, here is output with:
start_servers = 15 min_spare_servers = 5 max_spare_servers = 10
But that's mostly the same thing... you're telling it to start 15, and *then* telling it to use no more than 10. So as soon as you start the server, it will spawn 15 threads, and immediately kill 5 of them. Why are you configuring that? I just don't understand.
Same assertion...
I've committed another fix. Let's see if it works. Alan DeKok.