Netty work notes 0027---Analysis of Reactor schema

Technical exchange QQ group [JAVA, C++, Python, .NET, BigData, AI]: 170933152

You can see that traditionally, this handler is a blocking handler

That is to say, a client corresponds to a server thread, and then corresponds to a handler to process data, but

This handler is blocked when no data is sent from the client.

Guess you like

Origin blog.csdn.net/lidew521/article/details/108659417