> 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
---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to