You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "jasonjoo2010 (GitHub)" <gi...@apache.org> on 2018/10/29 03:36:05 UTC

[GitHub] [incubator-dubbo] jasonjoo2010 commented on issue #2674: When Dubbo is measured with large load, the consumer spends much more time than the provider.

Do you have the actually QPS for each method invocation?

If you have some `hot service` considering to separate it to a new connection with "connection".
Dubbo's single connection model is designed for small consumers compared with less providers. But if you suffered much heavy traffic on it you should try increasing the number of connections.

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