On 07/11/2010 09:00, Karel Minařík wrote:
It was my impression that Varnish could be configured to eg. deal with concurrent 100 requests to some resource and "accumulate" them, eg. not send them all to the backend.

Yes - I believe that's right. If a request is received for a slow object which is not in cache, and whilst that's being generated by the backend additional clients request the same object, then all requests are aggregated.

I think you'll need to look at the documentation around the 'grace' values to tune this to behave exactly as you want.

Rob

_______________________________________________
varnish-misc mailing list
[email protected]
http://lists.varnish-cache.org/mailman/listinfo/varnish-misc

Reply via email to