9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: rog@vitanuova.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] 9p & read-ahead
Date: Thu, 31 Jul 2003 21:52:57 +0100	[thread overview]
Message-ID: <37cbff0a2270a642562624eceaa0b317@vitanuova.com> (raw)
In-Reply-To: <004b01c35748$b8796090$c901a8c0@cc77109e>

> great for annoying people by streaming video in the unix room.

related to this, i wonder whether anyone is using the following
technique to get around RPC latency overheads when streaming data over
9p:

allow multiple readers on the stream, but honour the read offsets:
queue "future reads", and reply to them only when all the data up to
there has been read.

to use this, a client schedules multiple reads concurrently (making
sure that each reads at a consistent offset).

the nice thing about this is that it's invisible to a naive reader,
and works just the same on static files too; it also works for writing.

ideally a client that uses this could dynamically adapt the number of
reader processes according to the data transfer rate, but i'm not
quite sure of the best way to go about this.



  parent reply	other threads:[~2003-07-31 20:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-31  8:29 steve.simon
2003-07-31  8:37 ` boyd, rounin
2003-07-31  9:44 ` Bruce Ellis
2003-07-31  9:50   ` boyd, rounin
2003-07-31 20:52   ` rog [this message]
2003-07-31 11:27 ` [9fans] " Jim Choate
2003-07-31 15:07   ` splite
2003-07-31 16:04     ` Jack Johnson
2003-07-31 23:36 ` [9fans] " Geoff Collyer

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=37cbff0a2270a642562624eceaa0b317@vitanuova.com \
    --to=rog@vitanuova.com \
    --cc=9fans@cse.psu.edu \
    /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).