From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 18 Aug 2011 01:29:29 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: <20110817210038.66E0CB827@mail.bitblocks.com> References: <20110817210038.66E0CB827@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Help with two small shared file servers Topicbox-Message-UUID: 141136e2-ead7-11e9-9d60-3106f5b1d025 > > 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