2

What is the best way to establish connection pooling for MySQL connections in Django..?

I have read a couple of blogs like SQLAlchemy

Can anyone suggest standard practices for the same.. I am running a B2C application on django and the number of simultaneous requests may hit 10000..

abipc
  • 997
  • 2
  • 13
  • 35

1 Answers1

-1

So for anyone still visiting this an unsatisfied with Django built in connection pooling (which has zero configuration and in all honesty I'm not too sure works), this project although years old since its last commit still works!

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

Kevin Parker
  • 16,975
  • 20
  • 76
  • 105