Welcome! Log In Create A New Profile

Advanced

Re: fastcgi cache use stale "updating" — improvement suggestion

Maxim Dounin
September 11, 2014 09:44AM
Hello!

On Wed, Sep 10, 2014 at 03:27:10PM -0400, nanochelandro wrote:

> Maxim Dounin Wrote:
> > nginx needs a client request to be able to request a
> > resource from a backend and to save it to the cache.
>
> I'm afraid my explanation wasn't clear enough.
> There's no need to make nginx able to make requests to fastcgi on it's own
> initiative.
>
> How it works today:
> A client makes a request. Nginx sees the cache has expired and issues a
> request to fastcgi. It takes some time and client is patiently *waiting*.
> Finally, after nginx gets a response from fastcgi app, it stores it in cache
> and sends it to the client.
>
> How it can be improved:
> A client makes a request. Nginx sees the cache has expired and issues a
> request to fastcgi. But nginx doesn't wait for fastcgi response, and
> *immediately* responds to the client with *stale* cache contents (if it
> exists). Client is like "whoa, that was fast!". And later, eventually, nginx
> gets a response from fastcgi app and updates cache.

Uhm, it looks like I wasn't clear enough. What you suggest is
perfectly understood, thanks (and I believe there is even an
enhancement ticket in trac about this). The problem is that nginx
needs a request object (and a connection object) to get/cache a
response, and returning a stale cached response means the request
object will be used to send the cached response.

--
Maxim Dounin
http://nginx.org/

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Re: fastcgi cache use stale "updating" — improvement suggestion

Maxim Dounin September 10, 2014 01:02PM

Re: fastcgi cache use stale "updating" — improvement suggestion

nanochelandro September 10, 2014 03:27PM

Re: fastcgi cache use stale "updating" — improvement suggestion

Maxim Dounin September 11, 2014 09:44AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 306
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready