Can a ThreadPoolExecutor be used as a DB connection pool for Django's ORM?

前端 未结 0 882
闹比i
闹比i 2021-01-30 08:25

I have an async python application that uses Django\'s ORM and executes concurrent queries. For the concurrent queries I am using a ThreadPoolExecutor with 10 worker threads. I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题