mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Olaf van der Spek" <olafvdspek@gmail.com>
To: "J.R. Mauro" <jrm8005@gmail.com>
Cc: "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Subject: Re: Unix sockets via TCP on localhost: is TCP slower?
Date: Fri, 14 Nov 2008 09:51:44 +0100	[thread overview]
Message-ID: <b2cc26e40811140051n4e821fddsc5504eedcccc9cdc@mail.gmail.com> (raw)
In-Reply-To: <3aaafc130811131619w3ba48a86u6c6e2af35f149bf1@mail.gmail.com>

On Fri, Nov 14, 2008 at 1:19 AM, J.R. Mauro <jrm8005@gmail.com> wrote:
> On Wed, Nov 12, 2008 at 6:20 PM, Olaf van der Spek <olafvdspek@gmail.com> wrote:
>> Hi,
>>
>> Quite often in discussions, I see people claiming Unix sockets are
>> faster then TCP sockets on a connection that stays inside localhost.
>
> Unix domain sockets should be faster because they're not subject to
> windowing, ACKs, flow control, encapsulation, etc. etc.

Why would you use windowing, ACKs, flow control and encapsulation on localhost?

I expected the kernel to copy data directly from user-space of the
sending process to a kernel buffer of the receiving process, much like
UNIX sockets.

>> Let's say from app A to app B.
>> Is this indeed the case and if so, how much and why?
>> My assumption is that the kernel can optimize the 'connection' and let
>> any performance differences disappear.
>>
>> Greetings,
>>
>> Olaf
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at  http://www.tux.org/lkml/
>>
>

  parent reply	other threads:[~2008-11-14  8:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-12 23:20 Olaf van der Spek
2008-11-13 11:24 ` Arnaldo Carvalho de Melo
2008-11-13 19:06   ` Olaf van der Spek
2008-11-13 23:04     ` Chris Friesen
2008-11-14  0:19 ` J.R. Mauro
2008-11-14  0:22   ` David Miller
2008-11-14  0:27     ` J.R. Mauro
2008-11-14  8:51   ` Olaf van der Spek [this message]
2008-11-14  8:54     ` Eric Dumazet
2008-11-14  9:06       ` Olaf van der Spek
2008-11-14 13:14         ` J.R. Mauro
2008-11-14  8:56     ` David Miller
2008-11-14  9:09       ` Olaf van der Spek
2008-11-14 10:37         ` Bernd Petrovitsch
2008-11-14 13:17         ` J.R. Mauro
2008-11-14 21:07         ` Willy Tarreau
2008-11-14 22:40           ` Olaf van der Spek

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=b2cc26e40811140051n4e821fddsc5504eedcccc9cdc@mail.gmail.com \
    --to=olafvdspek@gmail.com \
    --cc=jrm8005@gmail.com \
    --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

Powered by JetHome