docs: add hystrix-semphore-isolation.md

基于 Hystrix 信号量机制实现资源隔离--待补充
This commit is contained in:
yanglbme 2018-12-28 22:13:03 +08:00
parent e45e368e14
commit 18483d82ae
2 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,7 @@
- [Hystrix 介绍](/docs/high-availability/hystrix-introduction.md)
- [电商网站详情页系统架构](/docs/high-availability/e-commerce-website-detail-page-architecture.md)
- [Hystrix 线程池技术实现资源隔离](/docs/high-availability/hystrix-thread-pool-isolation.md)
- [Hystrix 信号量机制实现资源隔离](/docs/high-availability/hystrix-semphore-isolation.md)
### 高可用系统
- 如何设计一个高可用系统?

View File

@ -0,0 +1,2 @@
## 基于 Hystrix 信号量机制实现资源隔离
待补充。