> > Is 9p suitable for this? How will the 40ms latency affect 9p
> > operation? (I have 100Mbit).
> 
> With a strict request/response protocol you will get no more
> than 64KB once every 80ms so your throughput at best will be
> 6.55Mbps or about 15 times slower than using HTTP/FTP on
> 100Mbps link for large files.  [John, what was the link speed
> for the tests in your thesis?]

i calculate 1/0.080s/rt * 64*1024 = 819 kbytes/s.  (i think your
conversion from mbits/s to bytes/s is faulty.)

also you do get 1 oustanding per read or write, not per machine.
so the real limit is wire speed, but for most programs most of the
time the limit for a single file transfer would be as you specify.

- erik

Reply via email to