Memory-aware Channel handling with Netty 4.1
问题 In the versions of Netty prior to 4 (3.x), there was a way to make channel handling through an executor memory-aware and ordered using the OrderedMemoryAwareThreadPoolExecutor executor to execute the actions for a given Channel . This OrderedMemoryAwareThreadPoolExecutor in 3.x would take care of ordering the event-handling for a channel even though they could be executed by different threads, as well as provide for restricting the total memory used by the Channel . If the channel memory (due