You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "gudegg (GitHub)" <gi...@apache.org> on 2019/01/06 09:35:03 UTC

[GitHub] [incubator-dubbo] gudegg commented on issue #3145: dubbo本地传输3M大小的数据为什么这么慢?

@wangruyu1 `<dubbo:reference connections="100">`在远程引用的时候就会创建完成,然后请求会轮询这100个连接,代码在DubboInvoker.doInvoke
> 所以我想问能不能配置100个并发在请求时循环使用新的长连接 

不是很懂你这句话,你的意思是继续创建新连接吗

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3145 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org