[rabbitmq-discuss] Poor performance using a single RabbitMQ connection on high-latency networks

Holger Hoffstaette holger.hoffstaette at googlemail.com
Mon Feb 1 13:59:16 GMT 2010


On Mon, 01 Feb 2010 13:33:16 +0000, Matthew Sackman wrote:

> Thanks for forwarding that to the list, Holger.

Next one coming up, see below.

FWIW it was not an obscure problem like firewall, Windows anomalies, ack
mode or anything like that.

I've always been curious why the default values were so small - any good
reasons? What I find even more curious is why fixing the server side
affects TCP window handling, which should normally be negotiated by the
client. IIRC that only works properly when the server does not explicitly
configure anything and uses the OS defaults.

-h

-------- Original Message --------
Subject: Re: [rabbitmq-discuss] Poor performance using a single RabbitMQ connection on high-latency networks
Date: Mon, 01 Feb 2010 14:41:36 +0100
From: Holger Hoffstätte <holger.hoffstaette at googlemail.com>
To: Vladimir Balandin <vbalandin at griddynamics.com>

Vladimir Balandin wrote:
> We have fixed the problem by set send/receive buffers on server side.
> 
> -kernel inet_default_listen_options
> [{nodelay,true},{sndbuf,65535},{recbuf,65535}]

Good to know - I wanted to suggest that next as I always do that on my
rabbits even on LAN.

Again: please post to the list so that everyone can benefit!

-h







More information about the rabbitmq-discuss mailing list