diff --git a/3-inter-process-communication.md b/3-inter-process-communication.md index 004d07f..1de0100 100644 --- a/3-inter-process-communication.md +++ b/3-inter-process-communication.md @@ -23,9 +23,9 @@ 下表展示了各种交互方式。 --|一对一|一对多 ----|---|---|--- -同步 | 请求/相应 | —— +\- | 一对一 | 一对多 +---|---|--- +同步 | 请求/相应 | \- 异步 | 通知 | 发布/订阅 异步 | 请求/异步响应 | 发布/异步响应 @@ -83,4 +83,4 @@ [Netflix Hystrix](https://github.com/Netflix/Hystrix) 是一个实现上述和其他模式的开源库。如果您正在使用 JVM,那么您一定要考虑使用 Hystrix。如果您在非 JVM 环境中运行,则应使用相等作用的库。 -**待续……** \ No newline at end of file +**待续……**