From: Ed W <lists@wildgooses.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Re: RFC - bandwidth optimization idea
Date: Wed, 13 Jul 2005 09:03:49 +0000 [thread overview]
Message-ID: <42D4D8F5.4060808@wildgooses.com> (raw)
In-Reply-To: <17103.60531.516880.785001@isis.cs3-inc.com>
>Assuming you can send both ways simultaneously, or at least guarantee
>some traffic time outbound no matter how busy the inbound traffic,
>you would surely have to pipeline your commands in order to get any
>kind of efficient use out of a high-latency link like a satellite link.
>Otherwise you lose 2x round-trip-time of incoming data stream while
>you request the next item.
>
>In this situation, you would want the OS buffers to be as full as
>possible so the minimal time possible is spent receiving, but using
>a traffic-shaping solution so that the most important stuff (acks
>and commands) goes out in preference to whatever else you're sending.
>
>
Yes you do want to pipeline, but you still don't want the OS buffers
full as possible. Consider that you might want to know a message was
sent successfully before sending the next message, but at the same time
you have the pipe full with downloading new messages. The OK which says
the message was sent OK can be behind 15-20 seconds worth of downloads -
hence you have to wait a long time before you can start sending the next
message!
Also you can't use any kind of QOS here because the hypothetical 15-20
second buffer is at the remote ISP end. (Who are not cooperative)
It's a tricky situation all you can do is figure out how to keep
changing your protocol so that you don't ever need to hear a reply
before you continue sending.
Anyone wants to buy it then drop me a line!
:-)
Ed W
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
next prev parent reply other threads:[~2005-07-13 9:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-09 15:25 [LARTC] Re: RFC - bandwidth optimization idea Don Cohen
2005-07-09 17:23 ` Paul Hampson
2005-07-10 7:49 ` Ed W
2005-07-10 10:12 ` Paul Hampson
2005-07-10 10:29 ` Andy Furniss
2005-07-11 16:41 ` Don Cohen
2005-07-13 9:03 ` Ed W [this message]
2005-07-13 9:05 ` Ed W
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=42D4D8F5.4060808@wildgooses.com \
--to=lists@wildgooses.com \
--cc=lartc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.