Netty periodic summary

1, in which NIO, a connection is equivalent to a client the SocketChannel,

 

pipeline: the pipeline;

2, NioEventLoop  

3, by default, netty server how many threads reach? When to start?

4, netty how to solve jdk empty polling bug

5, netty how to ensure that no lock of asynchronous serial.

Published 125 original articles · won praise 9 · views 30000 +

Guess you like

Origin blog.csdn.net/jiezhang656/article/details/103902317