⬅︎ Back to fcgi vs. gunicorn vs. uWSGI
I think the one I'm using is a hybrid of DB and memcached. Haven't looked into why it can't be 100% memcache.
"Real world" apps don't use DB for sessions they use the cache backend -> memcached. Also "Real world" apps cache aggressively so most views aren't hitting the "slow" app/db.
Comment
I think the one I'm using is a hybrid of DB and memcached. Haven't looked into why it can't be 100% memcache.
Parent comment
"Real world" apps don't use DB for sessions they use the cache backend -> memcached. Also "Real world" apps cache aggressively so most views aren't hitting the "slow" app/db.