what about setting threads to something huge, say: thread_pool_min = 200 thread_pool_max = 2000
On Tue, Jan 11, 2011 at 7:13 AM, George Georgovassilis <[email protected]> wrote: > You'd be surprised - it was dropping only a few of the total 300 requests / > sec... > > On 11.01.2011 01:07, Caunter, Stefan wrote: >> >> Even 200 is low if you regularly see a lot of traffic, but that initial >> setting would likely have dropped most connections. >> >> Sent from my iPhone >> >> On 2011-01-10, at 19:00, "George >> Georgovassilis"<[email protected]> wrote: >> >>> Hello Stefan, >>> >>> Thank you for the hint. Here are the values: >>> >>> thread_pools = 2 >>> thread_pool_min = 2 >>> thread_pool_max = 200 (was 2 at the time of my initial tests) >>> thread_pool_add_delay = 2 >>> >>> Regards, >>> G. _______________________________________________ varnish-misc mailing list [email protected] http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
