in reply to Re: Simple TCP Server to output data
in thread Simple TCP Server to output data

Thanks for your help, but what you have shown is a client, I am writing a server. The problem I have is knowing when the client has disconnected from me.

I am thinking that the only real way for me to know is to write a null to the client before I do the actual write, if that works the client is probably still there, otherwise it has disconnected.

  • Comment on Re: Re: Simple TCP Server to output data

Replies are listed 'Best First'.
•Re: Re: Re: Simple TCP Server to output data
by merlyn (Sage) on Mar 18, 2003 at 13:51 UTC