⬅︎ Back to Fastest *local* cache backend possible for Django
You forgot the most important thing: how fast is it without any cache server? Or perhaps caching is not worth using?
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.
Comment
You forgot the most important thing: how fast is it without any cache server? Or perhaps caching is not worth using?
Replies
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.