users@grizzly.java.net

NIO client support of Grizzly

From: Wang Yu <Wang.Yu_at_Sun.COM>
Date: Wed, 23 Sep 2009 14:55:25 +0800

Hi,
Nonblocking sockets are usually thought of for server-side use.
But there can also be benefits to using one or a few sockets
in nonblocking mode on the client side.

For example, with nonblocking sockets, an management console (by using
telnet protocol)
can carry on conversations with many servers simultaneously with a few
threads.

Can Grizzly Framework support such programming mode (to be a telnet
client of hundreds of servers with only a few threads)?

Thanks and Best Regards
Wang Yu