> Dubbo protocol use "single long tcp connection", so it is not fit to transfer > file or data of large size.
我也看了文档,建议短连接。 但是我现在有个疑问。假如说我对consumer1设置共享的长连接是100,用100个并发请求consumer1的service1,这样100个并发应该是会复用长连接,所以100个并发实际使用到的长连接并没有100个(这个是长连接复用规则导致的吧?源码我不清楚。。。)。所以我想问能不能配置100个并发在请求时循环使用新的长连接?~~~~(>_<)~~~~,还能只能修改源码呢???谢谢 [ Full content available at: https://github.com/apache/incubator-dubbo/issues/3145 ] This message was relayed via gitbox.apache.org for [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
