From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20020502222444.14050.qmail@g.bio.cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] bidirectional pipes In-Reply-To: Message from Mike Haertel of "Thu, 02 May 2002 14:35:41 PDT." <200205022135.g42LZfXB014631@ducky.net> From: Scott Schwartz Date: Thu, 2 May 2002 18:24:44 -0400 Topicbox-Message-UUID: 85c113aa-eaca-11e9-9e20-41e7f4b1d025 | I'm curious? Why does this bother you? Just let half the connection | go unused. I think that having two open fds is nicer than one open fd and some extra system calls, because it's impossible to get it wrong. Plan 9 doesn't have a way to do half-close at all, right? So what if your server was "sort" instead of "ssh"?