pavel2003 opened a new issue, #3043: URL: https://github.com/apache/brpc/issues/3043
用stream传递大量数据的时候发现下面的问题 1)有stream连接在传输大量的数据 2)此时再建立新的stream连接发现耗时不稳定,通过打印发现时间消耗在服务器端发送response到客户端接收到这个阶段 主要怀疑应该是response包和stream的数据流使用了一个channel,导致response接收不稳定 我们已经做了大数据的拆分功能 所以感觉这块可能需要类似response的时候使用和stream数据不一样的channel才行,不知道好像有没有这个考虑,或者目前有什么好的办法? 谢谢:) -- 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]
