From: "bbryant@..." Date: 2005-12-26T23:22:52+09:00 Subject: Re: TCPSocket Connection I should have mentioned that this is only a one way write from the server. So, what I am currently doing is trying to write to the client and catching the exception if it is no longer connected. It just seems a little kludgy to do that. And I wanted to get a feel for what other people have done in this situation. Thanks.