From: "Jakob Østergaard" <jakob@unthought.net>
To: linux-kernel@vger.kernel.org
Subject: High UNIX socket latency
Date: Tue, 13 Nov 2001 12:51:26 +0100 [thread overview]
Message-ID: <20011113125126.E30421@unthought.net> (raw)
Hello all,
One program that creates a pipe between two processes and measures
the ping/pong latency of messages between the two processes gives
me something like;
1000 iterations - ping/pong time
max = 3495 us
min = 6 us
avg = 47.212 us
In another application where I use a UNIX STREAM socket, I get
a typical latency of one send() of around 1 ms.
I cannot set TCP_NODELAY on a UNIX socket, and I can't really
see why I get the high latency. Is there some undocumented
option like TCP_NODELAY for UNIX STREAM connections, or are there
other tricks I can play to get the latency down ?
One process does a send(), the other one does a select() and a
recv() - and the time from the send() to the recv() is around 1 ms
which I think seems far too high.
Hints, suggestions ?
Thank you
--
................................................................
: jakob@unthought.net : And I see the elder races, :
:.........................: putrid forms of man :
: Jakob Østergaard : See him rise and claim the earth, :
: OZ9ABN : his downfall is at hand. :
:.........................:............{Konkhra}...............:
next reply other threads:[~2001-11-13 11:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-13 11:51 Jakob Østergaard [this message]
2001-11-14 0:27 ` High UNIX socket latency GOTO Masanori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20011113125126.E30421@unthought.net \
--to=jakob@unthought.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox