"Poul-Henning Kamp" <[EMAIL PROTECTED]> writes:
> Do notice, that if you have a high hit ratio under high traffic,
> adding more thread pools is recommended to lower the mutex
> congestion.
This is as good an occasion as any to mention that these parameters are
poorly named; thread_pool_{min,max} are the minimum and maximum *total*
number of threads, while thread_pools is the number of pools. The
actual minimum and maximum number of threads *per pool* is
thread_pool_{min,max} / thread_pools.
DES
--
Dag-Erling Smørgrav
Senior Software Developer
Linpro AS - www.linpro.no
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc