Re: Locking on PGStream.ReceiveChar(PGStream.java:256)

Поиск
Список
Период
Сортировка
От Marcin Waldowski
Тема Re: Locking on PGStream.ReceiveChar(PGStream.java:256)
Дата
Msg-id 4570A0AB.5050806@sulechow.net
обсуждение исходный текст
Ответ на Re: Locking on PGStream.ReceiveChar(PGStream.java:256)  (Mark Lewis <mark.lewis@mir3.com>)
Список pgsql-jdbc
Yes, I'm sure that no more than one thread is using a Connection at the
same time.

Im almost sure that unfortunately it is bug of PostgreSQL Windows port
(http://archives.postgresql.org/pgsql-hackers/2006-10/msg00289.php)
as Kris Jurka previously said.

Marcin

Mark Lewis wrote:
> You may want to confirm that no more than one thread is using a
> Connection (or a statement/resultset off of that connection) at the same
> time.  A couple of folks on this list have reported similar stalls that
> were resolved by single-threading access to each Connection.
>
> -- Mark
>

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

Предыдущее
От: matrixx
Дата:
Сообщение: Re: release for 8.2
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Locking on PGStream.ReceiveChar(PGStream.java:256)