[Oledb-dev] Connection Pooling
Shachar Shemesh
psql at shemesh.biz
Thu Jul 21 09:23:05 GMT 2005
Craig Bryden wrote:
> Hi
>
> I am trying to find out if the PostgreSQL OleDB driver supports
> connection pooling. From the readme with the driver, it does not
> support the common connection string attributes for pooling (e.g.
> Pooling=true;Min Pool Size=0; Max Pool Size=60; Connection Lifetime=120).
No, it does not.
> I then assumed that it had some sort of implicit connection pooling,
> so it tired to connect via ADO .Net. The connection worked and I could
> execute a query, but the connection was really closed on the database
> when closing the ADO.Net connection without closing the application.
> Pooling would have kept it alive for a while.
I guess the only plausible explanation, then, is that it does not
support pooling :-). Do you have any specs on what pooling should look like?
Shachar
--
Shachar Shemesh
Lingnu Open Source Consulting ltd.
http://www.lingnu.com/
More information about the Oledb-devel
mailing list