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!

https://github.com/djangonauts/djorm-ext-pool


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -