You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "lexburner (GitHub)" <gi...@apache.org> on 2018/11/08 12:00:59 UTC

[GitHub] [incubator-dubbo] lexburner commented on issue #2738: [Dubb - epoll ] Support epoll

+1, 之前测试过 Netty 支持的 native epoll, benchmark 的时候感触挺深,使用 NioSocketChannel 最高 qps 5600 ,替换成 EpollSocketChannel 之后 6300 qps,提升显著。但局限也是有的,1. 不兼容低版本 netty 2. 只在部分 linux 平台支持。
同意 @beiwei30 的建议,不需要在 dubbo 层面暴露 epoll 开关。

[ Full content available at: https://github.com/apache/incubator-dubbo/pull/2738 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org