Chris Angelico <ros...@gmail.com>:

> It's more what the client library supports, rather than the server,
> but sure. If it doesn't do async queries, that settles it.

The server can't control that. At the networking/OS level, it's all
asynchronous.

I would recommend a process pool for blocking DB queries.


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to