Why doesn't django support connection pool?

前端 未结 2 670
醉话见心
醉话见心 2021-01-14 20:54

I wonder why django doesn\'t support connection pool? I can\'t bear open/close connection every request. I try to solve it, but hasn\'t a good solution.

I try to us

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-14 21:24

    Here's a discussion about why django did not add pooling to the core: https://groups.google.com/forum/#!topic/django-developers/NwY9CHM4xpU

    Generally speaking it's because third party applications such as pgbouncer do it better.

提交回复
热议问题