Re: calling isClosed appears to hang

From: Barry Lind <blind(at)xythos(dot)com>
To: Warren Little <wlittle(at)securitylending(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: calling isClosed appears to hang
Date: 2002-11-20 08:15:55
Message-ID: 3DDB44BB.5000903@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Warren,

The 7.3 driver no longer does this check.

--Barry

Warren Little wrote:
> We are using pgjdbc2.jar and notice that the isClosed method of the
> Connection
> class hangs. I read somewhere that the isClosed method is actually
> implemented
> to make a sql call to the postmaster to test the connection and respond
> accordingly.
> Is there some where in that code where the sql request could hang?
>
> Any help would be appreciated.
>
> Sincerely,
>
> Warren Little
> IT Manager
> Security Lending Wholesale

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-11-20 08:29:31 Re: jdbc1 AbstractJdbc1Statement setObject() does not work
Previous Message Barry Lind 2002-11-20 08:07:34 Re: jdbc bug/feature?