Re: Thread hangs in VisibleBufferedInputStream.readMore

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Daniel Migowski <dmigowski(at)ikoffice(dot)de>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Thread hangs in VisibleBufferedInputStream.readMore
Date: 2009-05-07 07:29:11
Message-ID: 4A028DC7.8080504@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Simon Riggs 2009-05-07 08:45:51 Re: Very strange performance decrease when reusing a PreparedStatement
Previous Message Daniel Migowski 2009-05-07 06:56:29 Re: Thread hangs in VisibleBufferedInputStream.readMore