How many receiver threads can netty use for all its SocketChannel(s) ?

Meh-Lit Kim mehlitkim at yahoo.com
Wed Jan 14 01:30:36 EST 2009


With Netty, I understand that there is a thread pool for server socket
listener and another worker thread pool for the handler for incoming data.

But how many threads can Netty use for doing select()s that cover all of its
SocketChannel(s) ?

If I have a large number of SocketChannel(s), I would like to spread them
across many select(s), each of which is in its own separate thread.

Is it just 1 thread for select() or can Netty be configured to use more than
1 thread for select() ?
If so, how to do this ?

Thanks.
-- 
View this message in context: http://n2.nabble.com/How-many-receiver-threads-can-netty-use-for-all-its-SocketChannel%28s%29---tp2155354p2155354.html
Sent from the Netty User Group mailing list archive at Nabble.com.




More information about the netty-users mailing list