> Hi,
> 
> Is there a way to now if a tcp port is open on both sides. So that a
> server 
> (or client) can see whether or not the other side of the pipe is still
> open?
> 
> Thanks,
> 
> Maarten


Hello Marten

You can either try a read before any sending in order to see, if the
connection is still valid, or if you do a wait on your port-list, you should get the
closing.

Of course, an error? try [sending some data] prevents you from failing, if
the connection is closed during the transmission.

AR

AR

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to