From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: Venkatesh Srinivas Date: Wed, 13 Oct 2010 19:24:12 -0400 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=000e0cd51cf05d80ad049287e580 Subject: Re: [9fans] =?utf-8?b?z4Bw?= Topicbox-Message-UUID: 63eb9046-ead6-11e9-9d60-3106f5b1d025 --000e0cd51cf05d80ad049287e580 Content-Type: text/plain; charset=UTF-8 > > 2) you can't pipeline requests if the result of one request depends on the > result of a previous. for instance: walk to file, open it, read it, close > it. > if the first operation fails, then subsequent operations will be invalid. > Given careful allocation of FIDs by a client, that can be dealt with - operations on an invalid FID just get RErrors. -- vs --000e0cd51cf05d80ad049287e580 Content-Type: text/html; charset=UTF-8
2) you can't pipeline requests if the result of one request depends on the
result of a previous. for instance: walk to file, open it, read it, close it.
if the first operation fails, then subsequent operations will be invalid.

Given careful allocation of FIDs by a client, that can be dealt with - operations on an invalid FID just get RErrors.

-- vs
--000e0cd51cf05d80ad049287e580--