Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45e368 commit 18483d8Copy full SHA for 18483d8
README.md
@@ -83,6 +83,7 @@
83
- [Hystrix 介绍](/docs/high-availability/hystrix-introduction.md)
84
- [电商网站详情页系统架构](/docs/high-availability/e-commerce-website-detail-page-architecture.md)
85
- [Hystrix 线程池技术实现资源隔离](/docs/high-availability/hystrix-thread-pool-isolation.md)
86
+- [Hystrix 信号量机制实现资源隔离](/docs/high-availability/hystrix-semphore-isolation.md)
87
88
### 高可用系统
89
- 如何设计一个高可用系统?
docs/high-availability/hystrix-semphore-isolation.md
@@ -0,0 +1,2 @@
1
+## 基于 Hystrix 信号量机制实现资源隔离
2
+待补充。
0 commit comments