This is an automated email from the ASF dual-hosted git repository.

hyunkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a5b024  Update consumer-threadpool.md (#620)
9a5b024 is described below

commit 9a5b024c12e3290a0d224ce29253c251d7ad0d15
Author: leeyazhou <[email protected]>
AuthorDate: Thu Oct 1 17:36:37 2020 +0800

    Update consumer-threadpool.md (#620)
---
 documentations/2.7/zh-cn/docs/user/demos/consumer-threadpool.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentations/2.7/zh-cn/docs/user/demos/consumer-threadpool.md 
b/documentations/2.7/zh-cn/docs/user/demos/consumer-threadpool.md
index 82008c8..1cc03f0 100644
--- a/documentations/2.7/zh-cn/docs/user/demos/consumer-threadpool.md
+++ b/documentations/2.7/zh-cn/docs/user/demos/consumer-threadpool.md
@@ -1,6 +1,6 @@
 # 消费端线程池模型
 
-2.7.5 版本对整个调用链路做了全面的优化,根据压测结果显示,总体 QPS 性能提升将近 
30%,同时也减少了调用过程中的内存分配开销。其中一个值得提及的设计点是 2.7.5 引入了 Servicerepository 
的概念,在服务注册阶段提前生成 ServiceDescriptor 和 MethodDescriptor,以减少 RPC 调用阶段计算 Service 
原信息带来的资源消耗。
+2.7.5 版本对整个调用链路做了全面的优化,根据压测结果显示,总体 QPS 性能提升将近 
30%,同时也减少了调用过程中的内存分配开销。其中一个值得提及的设计点是 2.7.5 引入了 Servicerepository 
的概念,在服务注册阶段提前生成 ServiceDescriptor 和 MethodDescriptor,以减少 RPC 调用阶段计算 Service 
元信息带来的资源消耗。
 
 ## 消费端线程池模型优化
 

Reply via email to