Re: Thread hangs in VisibleBufferedInputStream.readMore

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Thread hangs in VisibleBufferedInputStream.readMore
Дата
Msg-id 4A028DC7.8080504@opencloud.com
обсуждение исходный текст
Ответ на Re: Thread hangs in VisibleBufferedInputStream.readMore  (Daniel Migowski <dmigowski@ikoffice.de>)
Ответы Re: Thread hangs in VisibleBufferedInputStream.readMore
Список pgsql-jdbc
Daniel Migowski wrote:

> This is a problem with a full receive buffer on the client side blocking
> the server from writing more results while the client tries to send more
> commands to server. Either split your server input into several single
> statements or increase the receive buffer size of your client.

No it isn't, go look at the thread dumps, his application is blocking on
read not on write.

-O

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

Предыдущее
От: Daniel Migowski
Дата:
Сообщение: Re: Thread hangs in VisibleBufferedInputStream.readMore
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Very strange performance decrease when reusing a PreparedStatement