Reputation: 71
We migrated from 3.x OIO to 4.x NIO due to a security vulnerability and have ran into lots of issues under heavy load.
Below are items we are addressing and curious if anyone disagrees or has other considerations when it comes to threading in Netty 4.x using NioEventLoopGroup.
Upvotes: 0
Views: 92
Reputation: 16186
Please note that the threading models used by Netty 4 and Netty 3 are quite different.
Upvotes: 2