From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Mon, 20 Apr 2009 20:13:37 +0100 To: 9fans@9fans.net In-Reply-To: <3e1162e60904201155l2b29c0b7ge248c36f82f7324@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Plan9 - the next 20 years Topicbox-Message-UUID: ebd83a2e-ead4-11e9-9d60-3106f5b1d025 > I thought 9p had tagged requests so you could put many requests in flight > at > once, then synchronize on them when the server replied. This is exactly what fcp(1) does, which is used by replica. If you want to read a virtual file however, these often don't support seeks or implement them in unexpected ways (returning one line per read rather than a buffer full). Thus running multiple reads (on the same file) only really works for files which operate as read disks - e.g. real disks, ram disks etc. -Steve