All the Netty 4.1 UDT server examples I have seen use single thread accept and connect NioEventLoopGroups.
For scaleability, should this number be higher, or should concurrency be implemented using executors when adding handler to the pipeline ?
Thanks.
//Nicholas