The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Tom Lyon <pugs78@gmail.com>
To: ron minnich <rminnich@gmail.com>
Cc: The Eunuchs Hysterical Society <tuhs@tuhs.org>
Subject: [TUHS] Re: scaling on TCP socket connections
Date: Thu, 9 Mar 2023 16:59:54 -0800	[thread overview]
Message-ID: <CANxB0bQ8t2fKDW-zEh2=mw27-LT3LHP=aeaL3=_2YkgdXEYWCw@mail.gmail.com> (raw)
In-Reply-To: <CAP6exYKgnSx4Q4kHijjZAaUN6GZaGXL=2omfA9tFFh8y9DtA0w@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1408 bytes --]

Sun chose UDP for NFS at a point when few if any people believed TCP could
go fast.
I remember (early  80s) being told that one couldn't use TCP/IP in LANs
because they were WAN protocols.  In the late 80s, WAN people were saying
you couldn't use TCP/IP because they were LAN protocols.

But UDP for NFS was more attractive because it was not byte stream
oriented, and didn't require copying to save for retransmissions.  And
there was hope we'd be able to do zero copy transmissions from the servers
- also the reason for inventing Jumbo packets to match the 8K page size of
Sun3 systems.

I did get zero copy serving working with ND (network disk block protocol) -
but it was terribly specific to particular hardware components.

On Thu, Mar 9, 2023 at 4:24 PM ron minnich <rminnich@gmail.com> wrote:

> Ca. 1981, if memory serves, having even small numbers of TCP connections
> was not common.
>
> I was told at some point that Sun used UDP for NFS for that reason. It was
> a reasonably big deal when we started to move to TCP for NFS ca 1990 (my
> memory of the date -- I know I did it on my own for SunOS as an experiment
> when I worked at the SRC -- it seemed to come into general use about that
> time).
>
> What kind of numbers for TCP connections would be reasonable in 1980, 90,
> 2000, 2010?
>
> I sort of think I know, but I sort of think I'm probably wrong.
>

[-- Attachment #2: Type: text/html, Size: 1812 bytes --]

  parent reply	other threads:[~2023-03-10  1:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-10  0:23 [TUHS] " ron minnich
2023-03-10  0:42 ` [TUHS] " David Arnold
2023-03-10  0:48 ` Warner Losh
2023-03-10  0:59 ` Tom Lyon [this message]
2023-03-10  1:24   ` Lawrence Stewart
2023-03-10  1:32   ` Larry McVoy
2023-03-10 10:14     ` Ralph Corderoy
2023-03-10 15:10       ` Larry McVoy
2023-03-10 10:14 Paul Ruizendaal via TUHS

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='CANxB0bQ8t2fKDW-zEh2=mw27-LT3LHP=aeaL3=_2YkgdXEYWCw@mail.gmail.com' \
    --to=pugs78@gmail.com \
    --cc=rminnich@gmail.com \
    --cc=tuhs@tuhs.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;
as well as URLs for NNTP newsgroup(s).