⬅︎ Back to Fastest *local* cache backend possible for Django
That obviously depends on a zillion things. But yes, for some things you can use thread safe global containers in memory of you don't mind repeating the memory for every gunicorn/uwsgi process.
You forgot the most important thing: how fast is it without any cache server? Or perhaps caching is not worth using?
Comment
That obviously depends on a zillion things.
But yes, for some things you can use thread safe global containers in memory of you don't mind repeating the memory for every gunicorn/uwsgi process.
Parent comment
You forgot the most important thing: how fast is it without any cache server? Or perhaps caching is not worth using?