Re: Linux-1.3.81

Dave Barr (barr@math.psu.edu)
1 Apr 1996 11:50:23 -0500


In article <4jott5$brc@Q.cistron.nl>,
Miquel van Smoorenburg <miquels@Q.cistron.nl> wrote:
>What if a request comes in between the time that EOF is seen and the
>pipe is closed? It is lost.

It is? How could it? The pipe had an EOF -- there can't be any
more data. If more data is coming it would be coming not on that
file descriptor but the next one when it's open()'d.

Or am I missing something?

--Dave