Re: calling isClosed appears to hang - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: calling isClosed appears to hang
Date
Msg-id 3DDB44BB.5000903@xythos.com
Whole thread Raw
In response to calling isClosed appears to hang  (Warren Little <wlittle@securitylending.com>)
List 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



pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: jdbc bug/feature?
Next
From: Barry Lind
Date:
Subject: Re: jdbc1 AbstractJdbc1Statement setObject() does not work