Re: JDBC locking on processResults

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: JDBC locking on processResults
Дата
Msg-id Pine.BSO.4.56.0504201811240.30758@leary.csoft.net
обсуждение исходный текст
Ответ на JDBC locking on processResults  (Mike Heath <mheath@avaloninc.com>)
Список pgsql-jdbc

On Wed, 20 Apr 2005, Mike Heath wrote:

> I'm using Postgresql 8.0.2 on SuSE Linux Professional 9.2.  I'm using
> Java version 1.5.0_02.  I'm using The 8.0.311 build of the JDBC driver.
>
> However, when I trace down to
> org.postgresql.core.V3.QueryExecutorImpl.processResults(ResutlHandler,
> int) (line 1122) it makes a call to pgStream.ReceiveChar() and just
> locks.  It appears as though it's waiting for something from the server
> and the server isn't sending it.  I don't see any errors in the server
> logs.

It is indeed waiting for a server response and I have no reason to believe
this is a problem with either the server or the driver.  It is likely
waiting to acquire some kind of lock, you did mention there is lot of
other things going on.

Kris Jurka


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Mike Heath
Дата:
Сообщение: JDBC locking on processResults
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: implementing asynchronous notifications