>>>>> "Ed" == Ed Coughlin <[EMAIL PROTECTED]> writes:

    Ed> I cannot find any deliberate code in the client or server app
    Ed> that deliberately closes the socket and all ioexceptions are
    Ed> caught and logged as far as i can tell.

org.apache.avalon.cornerstone.services.connection.ConnectionHandler
as of revision 1.6 documents:

    /**
     * Processes connections as they occur. The handler should not
     * close the <tt>connection</tt>, the caller will do that.
     *
     * @param connection the connection
     * @exception IOException if an error reading from socket occurs
     * @exception ProtocolException if an error handling connection occurs
     */
    void handleConnection( Socket connection )
        throws IOException, ProtocolException;

Could that be the reason your connections are getting closed?

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to