> I propose making the change from this: > > public void connect( String name, > ServerSocket socket, > ConnectionHandlerFactory handlerFactory ) > > > to this: > > public void connect( String name, > String host, > int port, > ConnectionHandlerFactory handlerFactory ) > > > The change is using a host/port pair instead of the ServerSocket/Socket for > the APIs. One of the benefits of Non blocking I/O is an optimization of > multiple sockets being handled in one thread! >
+1 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>