Re: Designing a better connection pool for psycopg3

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: psycopg(at)lists(dot)postgresql(dot)org, psycopg(at)postgresql(dot)org
Subject: Re: Designing a better connection pool for psycopg3
Date: 2021-01-18 18:45:27
Message-ID: YAXXR3+hyrbhrwXu@hermes.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

Am Mon, Jan 18, 2021 at 10:20:12AM -0800 schrieb Vladimir Ryabtsev:

> > Exclusive connections?
> The feature itself seems useful, but what are the benefits of getting it
> from the pool (e.g. checking state, reconnection, configuration)
> as opposed to creating one manually?

It might decrease the necessary import surface.

Karsten
--
GPG 40BE 5B0E C98E 1713 AFA6 5BC0 3BEA AC80 7D4F C89B

In response to

Browse psycopg by date

  From Date Subject
Next Message Karsten Hilbert 2021-01-18 18:49:17 Re: Designing a better connection pool for psycopg3
Previous Message Vladimir Ryabtsev 2021-01-18 18:20:12 Re: Designing a better connection pool for psycopg3