Peter Royal wrote:
On Tuesday 13 November 2001 04:16 pm, you wrote:
public void connect( String name,
ServerSocket socket,
ConnectionHandlerFactory handlerFactory )
to this:
public void connect( String name,
String host,
int port,
ConnectionHandlerFactory handlerFactory )
I think Pete's objection is that you are no longer passing in the
ServerSocket. He separated the creation of the Socket and the handling into 2
separate blocks. In your change above, the ConnectionManager will be opening
the socket, correct?
You are correct. Now that I see the Socket Manager Block, I see how it can
be done using non-blocking IO.
--
"Those who would trade liberty for
temporary security deserve neither"
- Benjamin Franklin
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>