Re: thread hang on execute call

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: João Paulo Ribeiro <jp(at)mobicomp(dot)com>
Cc: Pavan Kumar <pavan(at)netcore(dot)co(dot)in>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: thread hang on execute call
Date: 2006-04-06 16:03:30
Message-ID: 44353BD2.7060108@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2006-04-06 17:24:42 Re: thread hang on execute call
Previous Message João Paulo Ribeiro 2006-04-06 12:16:22 Re: thread hang on execute call