Re: Configurable Send/Receive Buffer Sizes

From: Bernd Helmle <mailings(at)oopsware(dot)de>
To: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Configurable Send/Receive Buffer Sizes
Date: 2011-04-21 15:16:23
Message-ID: 4367E2F169C261E772635FE8@apophis.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

--On 21. April 2011 09:49:54 -0500 Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
wrote:

> Bernd Helmle <mailings(at)oopsware(dot)de> wrote:
>
>> An interesting example is the small test program from
>>
>> <http://archives.postgresql.org/pgsql-jdbc/2008-10/msg00045.php>
>>
>> which could be make working with the appropiate buffer settings.
>
>> I didn't invest any time on benchmarks, but maybe there's also
>> some value in it performance-wise.
>
> So the primary point is to avoid deadlocks on full network buffers?
>

Yeah, that was the primary idea...or, well, to workaround them. You could argue
that its still possible to run into those issue, but less likely. With the
proper settings it didn't occur to me again, though.

--
Thanks

Bernd

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Daniel Migowski 2011-04-23 16:24:26 Unnessecary use of new Integer(n) in AbstractJdbc2ResultSet
Previous Message Kevin Grittner 2011-04-21 14:49:54 Re: Configurable Send/Receive Buffer Sizes