Re: Connections sitting idle... - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Connections sitting idle...
Date
Msg-id 3DEF25F4.D92A5CF6@tpf.co.jp
Whole thread Raw
In response to Re: Connections sitting idle...  ("Raymond O'Donnell" <rod@iol.ie>)
Responses Re: Connections sitting idle...  ("Raymond O'Donnell" <rod@iol.ie>)
Re: Connections sitting idle...  ("Raymond O'Donnell" <rod@iol.ie>)
List pgsql-odbc
Raymond O'Donnell wrote:
>
> On 5 Dec 2002 at 11:53, Hiroshi Inoue wrote:
>
> > Yes IIS uses the connection pooling mechanism by default.
> > Pooled connections would be re-used if possible for other
> > sessions without re-establishing new connections.
>
> I should have mentioned that I turned off connection pooling for the
> PostgreSQL ODBC driver to see would it make a difference, but the
> backends hung around anyway.

IIS can use connection pooling by itself.

> On the production system I will use
> pooling - if the backends are there, hopefully they'll be re-used
> rather than having new ones opened. I still have to try this out.
>
> > Anyway I can't see other sessions' info at all in your
> > example. How do other sessions behave ?
>
> The same thing happens consistently.

I saw no other session's log in your example between
'select * from surveyowners' and the call for PGAPI_
Disconnect. I'm wondering how the number of connections
increased in such a situation.

regards,
Hiroshi Inoue
    http://w2422.nsk.ne.jp/~inoue/

pgsql-odbc by date:

Previous
From: "Raymond O'Donnell"
Date:
Subject: Re: Connections sitting idle...
Next
From: "Raymond O'Donnell"
Date:
Subject: Re: Connections sitting idle...