Proxy_cache_use_stale

If I understand this right if I use proxy_cache_use_stale updating and
If I have 1000 users trying to access expired cached information. It
will only send one request to backend server to update the cache ?

Posted at Nginx Forum:

Hello!

On Wed, Jun 30, 2010 at 07:32:32PM -0400, msony wrote:

If I understand this right if I use proxy_cache_use_stale updating and
If I have 1000 users trying to access expired cached information. It
will only send one request to backend server to update the cache ?

Yes.

Maxim D.