From: Michal Moskal <malekith@pld.org.pl>
To: David Schwartz <davids@webmaster.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: strange TCP stack behiviour with write()es in pieces
Date: Thu, 3 Jan 2002 14:22:52 +0100 [thread overview]
Message-ID: <20020103132252.GB21184@ep09.kernel.pl> (raw)
On Wed, Jan 02, 2002 at 01:49:56PM -0800, David Schwartz wrote:
>
> On Wed, 2 Jan 2002 17:28:06 +0100, Michal Moskal wrote:
> >I, personally, would expect the second version to be at most two times
> >slower (as there might be need to send two IP packets instead of one).
> >Also note, that as it is obvious that version with copying to buffer on the
> >stack should be faster, it is not so obvious if there is need to malloc()
> >buffer before sending (for example if there is no upper limit on len).
> >However even if we need to malloc() buffer, second version is still by
> >orders of magnitude faster.
>
> If you can design an algorithm that makes that only two times slower, then
> the world will be excited and interested and perhaps that algorithm will
> replace TCP. But until that time, we're stuck with what we have.
With negle disabled it works 17/15 times slower, which is much less then
two. Similary with UNIX domain sockets.
> >I found it during work with client/server program that worked horribly slow
> >just becouse of this. (of course I fixed it, but that's not the point).
>
> THAT IS THE POINT. The problem wasn't in the kernel, it was in the program,
> and you fixed it. If you do smart buffering, TCP can behave efficiently. If
> you don't, it has to guess when to send packets, and it can't possibly
> predict the future and behave in the way you think is optimum.
Ok, *now* I know that ;)
Thank you all for pointers.
--
: Michal ``,/\/\, '' Moskal | | : GCS {C,UL}++++$
: | |alekith @ |)|(| . org . pl : {E--, W, w-,M}-
: Linux: We are dot in .ORG. | : {b,e>+}++ !tv h
: CurProj: ftp://ftp.pld.org.pl/people/malekith/ksi : PLD Team member
next reply other threads:[~2002-01-03 13:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-03 13:22 Michal Moskal [this message]
2002-01-03 20:43 ` strange TCP stack behiviour with write()es in pieces David Schwartz
-- strict thread matches above, loose matches on Subject: below --
2002-01-02 16:28 Michal Moskal
2002-01-02 18:26 ` Edgar Toernig
2002-01-02 19:46 ` dean gaudet
2002-01-02 20:21 ` Richard B. Johnson
2002-01-02 21:49 ` David Schwartz
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=20020103132252.GB21184@ep09.kernel.pl \
--to=malekith@pld.org.pl \
--cc=davids@webmaster.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