> The default value of the corethreads is 0. When set queues to -1, the task > will be added to the queue until the capacity of the queue is reached. The > capacity bound, or Integer.MAX_VALUE if none
是存在这个问题,尤其在高并发且提供者响应很慢时,会同时把消费者也一起拖垮。我们内部设置为`threads` ``` int threads = url.getParameter(Constants.THREADS_KEY, Constants.DEFAULT_THREADS); ``` [ Full content available at: https://github.com/apache/incubator-dubbo/issues/1954 ] This message was relayed via gitbox.apache.org for [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
