Skip to content

Commit

Permalink
Add Scene (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody committed Dec 30, 2022
1 parent 96c1946 commit 429c333
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -10,6 +10,8 @@ description: "提供一种新的线程池管理方式,用于隔离服务之间
一种新的线程池管理方式,使得提供者应用内各个服务的线程池隔离开来,互相独立,某个服务的线程池资源耗尽不会影响其他正常服务。支持线程池可配置化,由用户手动指定。

## 使用场景
使用线程池隔离来确保 Dubbo 用于调用远程方法的线程与微服务用于执行其任务的线程是分开的。可以通过防止线程阻塞或相互竞争来帮助提高系统的性能和稳定性。


## 使用方式

Expand Down

0 comments on commit 429c333

Please sign in to comment.