liubao68 commented on issue #2502: URL: https://github.com/apache/servicecomb-java-chassis/issues/2502#issuecomment-900882953
这个问题给HTTP2性能优化提供了一个方向。 即不能单纯的通过设置单个连接的并发数来提升处理性能(有锁)。 使用HTTP2也要合理的规划连接个数和每个连接的并发数(servicecomb.rest.server.http2.concurrentStreams)。 -- 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]
