Help with limiting number of possible channels

"이희승 (Trustin Lee)" trustin at gmail.com
Tue Jun 21 08:23:08 EDT 2011


1) Never use a fixed thread pool as a parameter of a ChannelFactory.  Always use a cached thread pool.
2) To limit the number of channels, close any further incoming connection in your handler's channelOpen() method.


More information about the netty-users mailing list