From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5c68d88acd4f150b37262a690384b77f@quanstro.net> From: erik quanstrom Date: Tue, 21 Apr 2009 12:09:59 -0400 To: 9fans@9fans.net In-Reply-To: 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: edd08232-ead4-11e9-9d60-3106f5b1d025 > plan 9 and inferno rely quite heavily on having flush, > and it's sometimes notable when servers don't implement it. > for instance, inferno's file2chan provides no facility > for flush notification, and wm/sh uses file2chan; thus if you > kill a process that's reading from wm/sh's /dev/cons, > the read goes ahead anyway, and a line of input is lost > (you might have seen this if you ever used os(1)). isn't the race still there, just with a smaller window of oppertunity? - erik