Django Mysql Connection Pooling -
what best way establish connection pooling mysql connections in django..?
i have read couple of blogs sqlalchemy
can suggest standard practices same.. running b2c application on django , number of simultaneous requests may hit 10000..
so still visiting unsatisfied django built in connection pooling (which has 0 configuration , in honesty i'm not sure works), project although years old since last commit still works!
Comments
Post a Comment