owen200008 commented on issue #10558: URL: https://github.com/apache/dubbo/issues/10558#issuecomment-1256935132
1. 使用jprofile跑出来的火焰图耗时部分的优化效果不明显 2. @icodening 通过tcpdump发现碎包比grpc多几倍 结合以上两点得出结论基本的消耗应该都是在io层(使用网络层的部分代码) 基于 @icodening 的思路减少多次flush,合并flush的模式 > jdk17 tri的unary单线程阻塞模式下:5.7K ops/s grpc-client=>tri-server的unary单线程阻塞模式下: 7.5K ops/s -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
