[rabbitmq-discuss] Question about rabbit_reader.erl
Scott Lystig Fritchie
slfritchie at snookles.com
Mon Sep 14 20:11:59 BST 2009
Erik Rigtorp <erik at rigtorp.com> wrote:
er> I'm working on a system where under som loads there can be a delay
er> of 400+ms between NIC and receiving the data in an erlang process.
It may be purely a coincidence, but 400ms is exactly twice the the delay
imposed by the Nagle algorithm on a TCP connection that is being used
"interactively". Disabling Nagle may or may not make this latency
disappear.
-Scott
More information about the rabbitmq-discuss
mailing list