Re: select() fails... sometimes

Gerd Knorr (kraxel@goldbach.in-berlin.de)
Thu, 20 May 1999 08:21:30 +0200


In lists.linux.kernel, you wrote:
> I have a problem using select() on several handles.
> It does work fine but, under some circumstances, it returns inmediately ignoring the
> timeout argument, indicating that handle zero (stdin linked to a socket via inetd)
> has something to read, but "read()" gets nothing at all.

==EOF, your peer closed the connection.

Gerd

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/