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