From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geoff Collyer To: 9fans@cse.psu.edu Subject: Re: [9fans] bidirectional pipes MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020502215511.64BD919A5F@mail.cse.psu.edu> Date: Thu, 2 May 2002 14:55:04 -0700 Topicbox-Message-UUID: 85b6ef2e-eaca-11e9-9e20-41e7f4b1d025 A reason to close one direction of a pipe is if the program at the other end of the pipe is a filter (think "ssh system command") and you need it to see EOF before you can be sure of getting all its output back in the other direction.