> I need to build a proxy server that will keep alive an asynchronous
> connection with a client and a remote server until the client closes. The
[quoted text clipped - 44 lines]
>
> }
The isClosed() method for java.net.Socket only tests if you explicitly closed the
socket. It does not test for the other side closing. You need to use the fact that
readLine() returned null to determine of the client closed the socket.

Signature
Lee Fesperman, FFE Software, Inc. (http://www.firstsql.com)
==============================================================
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)