Re: Connections sitting idle...

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>, "Raymond O'Donnell" <rod(at)iol(dot)ie>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Connections sitting idle...
Date: 2002-12-05 08:06:24
Message-ID: 03AF4E498C591348A42FC93DEA9661B8128CFF@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Hiroshi Inoue [mailto:Inoue(at)tpf(dot)co(dot)jp]
> Sent: 05 December 2002 02:53
> To: Raymond O'Donnell
> Cc: pgsql-odbc(at)postgresql(dot)org
> Subject: Re: [ODBC] Connections sitting idle...
>
>
>
> 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'm pretty sure this is the underlying ADO. It's for this reason that
pgAdmin can't drop databases - no matter how you tell ADO to close the
connection , it 'helpfully' keeps it open preventing you from ever
dropping that database.

Regards, Dave.

Browse pgsql-odbc by date

  From Date Subject
Next Message Raymond O'Donnell 2002-12-05 09:52:57 Re: Connections sitting idle...
Previous Message Hiroshi Inoue 2002-12-05 05:15:40 Re: [ODBC] Drop column and Access