Netty Rebuildselector Call Many Times

In netty, events that flow through a channel pipeline occur in order as each channel is effectively only assigned to one thread and each handler calls each other in turn. This makes sense and allev...

netty rebuildselector call many times 1

When the same code runs on the Netty server platform that constraint is lifted, and the server can dispatch requests sympathetically to the web client. As long as the client doesn’t block, everyone is happy.

netty rebuildselector call many times 2