diff --git a/README.md b/README.md index 3c86cce..ca92962 100644 --- a/README.md +++ b/README.md @@ -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) ### 高可用系统 - 如何设计一个高可用系统? diff --git a/docs/high-availability/hystrix-semphore-isolation.md b/docs/high-availability/hystrix-semphore-isolation.md new file mode 100644 index 0000000..2075158 --- /dev/null +++ b/docs/high-availability/hystrix-semphore-isolation.md @@ -0,0 +1,2 @@ +## 基于 Hystrix 信号量机制实现资源隔离 +待补充。 \ No newline at end of file