Re: thread hang on execute call - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: thread hang on execute call
Date
Msg-id 2E5000CC-3E4B-4EC5-B26C-2A6CB989971E@fastcrypt.com
Whole thread Raw
In response to Re: thread hang on execute call  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: thread hang on execute call  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
This is most certainly a threading issue. The question is now whether
it is in the driver or outside the driver.

Pavan, it would probably be useful if we knew what your code was
doing. Is it doing inserts, or selects mostly ?

Dave

On 6-Apr-06, at 12:03 PM, Oliver Jowett wrote:

> João Paulo Ribeiro wrote:
>
>> I believe your problem is some kind of db lock.
>
> It does not look like a DB lock problem. The server is waiting for
> data from the JDBC driver, and vice versa, so it doesn't help at
> all if a DB lock gets released.
>
> -O
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>               http://archives.postgresql.org
>


pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: thread hang on execute call
Next
From: "Guy Rouillier"
Date:
Subject: Re: PostgreSQL (XADataSource) as Tomcat Resource