You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "zxyevjgithub (GitHub)" <gi...@apache.org> on 2019/09/12 09:30:05 UTC

[GitHub] [dubbo] zxyevjgithub commented on issue #5010: service provider, netty worker线程执行效率问题

> NioEventLoop 注册多个channel,处理事件时就是单线程执行的。所以不推荐传大包,会阻塞 IO 线程。所以处理完 IO 后,AllChannelHandler 会分发到业务线程

但是我看我们日志,总是只有190到200这是个线程在活跃,虽然是ALL设置的,但是其他的线程都被IO消息吃了么

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