What do you mean by under high load? Long lines, in which case it obviously will return partial lines?
fdopen() creates an unbuffered stream, so the code for fgets does nothing more than read from the socket until a newline, EOF, or error is encountered. Dan /--------------------------------\ /--------------------------------\ | Daniel Jacobowitz |__| SCS Class of 2002 | | Debian GNU/Linux Developer __ Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \--------------------------------/ \--------------------------------/

