I have a client server configured using the inetd daemon to call the
server software.  Most of the time, the server grabs all of the data
sent by the client, but sometimes the server only grabs a portion of the
data.  I have verified, using snoop, that all the data from the client
makes it to the server.

The server script simply reads the standard input:  "$msg = <STDIN>".  I
tried doing a "while ($msg = <STDIN>)"  but it just causes things to
hang.   Any ideas and insights are greatly appreciated.

Steve



Reply via email to