Interesting topic... Currently in django-hotsauce the caching mecanism is done by nginx using standard/legacy HTTP 1.0 protocol.
Kind Regards, Jack On Fri, 22 May 2020 14:32:37 +0300 Avraham Serour <[email protected]> wrote: > it is still linked by the docs, so I would definitely give it a try. > > https://uwsgi-docs.readthedocs.io/en/latest/WebCaching.html#django-cache-backend > > On Wed, May 20, 2020 at 2:15 PM Gelonida <[email protected]> wrote: > > > Hi, > > > > > > Would you still recommend for a new project to use django-uwsgi-cache > > (https://github.com/ionelmc/django-uwsgi-cache) > > > > I just read about this module and wondered if it would be a nice caching > > solution. > > > > The git project wasn't updated for four years, and I don't know whether > > this measns the project is abandoned or wheter it just does what is needed. > > > > What I'm also not sure about. > > > > It seems to be based on uwsgi's WebCaching framework (a port of the old > > caching framework) > > Does it mean it is obsoleted? > > > > Does it mean I should better use the new caching framework and implement > > my own wrapper to integrate it into django? > > > > Thanks for any pointers / suggestions? > > > > _______________________________________________ > > uWSGI mailing list > > [email protected] > > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > > -- Jack Bortone <[email protected]> _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
