On Thu, Oct 18, 2018 at 5:46 AM M.-A. Lemburg wrote:
>
> On 16.10.2018 16:37, Mike Bayer wrote:
> > AFAIK , Postgresql is the only major relational database that has an
> > actual non-blocking protocol.The other databases all require that
> > "async" be simulated in the context of blocking IO.
On 16.10.2018 16:37, Mike Bayer wrote:
> AFAIK , Postgresql is the only major relational database that has an
> actual non-blocking protocol.The other databases all require that
> "async" be simulated in the context of blocking IO.
ODBC does have an async I/O API as well, but I don't know
how