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

Either trap errors, or call getpeername on the socket each time... which will fail if the connection is now gone.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

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