Using several Channels per target

Shay Banon kimchy at gmail.com
Tue Oct 20 10:29:01 EDT 2009


Hi,

   Currently in my (pet) project, both the client side and the server
side use netty. The client side caches the Channel it got when using
the ClientBootstrap in order to connect to the server, and reuse it
across all requests sent to the server. I was wondering if it make
sense to create several Channel to my Server, and round robin requests
on them in order to increase the throughput? Has anyone tried that and
saw improvements?

Cheers,
Shay


More information about the netty-users mailing list