From 18483d82ae01e8334e306832b50e77740eae4c69 Mon Sep 17 00:00:00 2001 From: yanglbme Date: Fri, 28 Dec 2018 22:13:03 +0800 Subject: [PATCH] docs: add hystrix-semphore-isolation.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 基于 Hystrix 信号量机制实现资源隔离--待补充 --- README.md | 1 + docs/high-availability/hystrix-semphore-isolation.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 docs/high-availability/hystrix-semphore-isolation.md 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