Comment

Peter Bengtsson

Oh yes that would be neat. But does that mean that if you use sqlite3 that its entire memory is loaded into each uwsgi Python process (aka. worker)?

Parent comment

anon

I'd be interested if you could try sqlite3 which gets rid of all the interprocess traffic since it is loaded into the python process.