calling isClosed appears to hang

From: Warren Little <wlittle(at)securitylending(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: calling isClosed appears to hang
Date: 2002-11-18 18:22:34
Message-ID: 1037643754.26370.17.camel@gitis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Pedro Igor Craveiro e Silva 2002-11-18 19:05:34 Object x Relational
Previous Message Haris Peco 2002-11-18 18:06:39 Re: streaming result sets: progress