문제

I am currently Porting my Netty Server to Version 4 (4.0.0.CR9).

While everything works so far I would also like to try out the performance benefits of the new java7 nio2 implementation. But it seems that the required classes like AioEventLoopGroup etc. are not inside the netty-all or other packages downloaded with the netty bundle.

Has the NIO2 Support been removed from Netty?

도움이 되었습니까?

해결책

Yes it has bee removed as it was not any faster then nio.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top