Feature question

Thomas Lecomte thomas.lecomte at virtual-expo.com
Wed Aug 19 22:53:07 CEST 2015


On Wed, Aug 19, 2015 at 5:36 PM, Thierry Leveque
<thierry.leveque at imetrik.com> wrote:
> Hi,
>
> [...]
>
> Is something like that possible with Varnish? Is my explanation clear
> enough?

Hello Thierry,

It is very clear, and indeed, that is how Varnish works. On the very
first request, an object will be created in the cache, and will be
marked as 'busy' until it is fully retrieved from the backend.
All the incoming requests for the same object will be queued, and as
soon as it will be fetched for the first request, it will be served to
all the waiting clients, which means the backend will see the request
only one time.

Regards,

-- 
Thomas Lecomte



More information about the varnish-misc mailing list