Skip to content

Commit

Permalink
图片居中
Browse files Browse the repository at this point in the history
  • Loading branch information
CyC2018 authored Aug 1, 2018
1 parent 2ea640d commit 29e2590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MD/Spike.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

常用的系统分层结构:

![](https://ws4.sinaimg.cn/large/006tNc79ly1fmjw06nz2zj306f0fejrh.jpg)
<div align="center"> <img src="https://ws4.sinaimg.cn/large/006tNc79ly1fmjw06nz2zj306f0fejrh.jpg" width=""/> </div><br>

针对于浏览器端,可以使用 JS 进行请求过滤,比如五秒钟之类只能点一次抢购按钮,五秒钟只能允许请求一次后端服务。(APP 同理)

Expand All @@ -29,4 +29,4 @@

- 如果流量巨大,导致各个层的压力都很大可以适当的加机器横向扩容。如果加不了机器那就只有放弃流量直接返回失败。快速失败非常重要,至少可以保证系统的可用性。
- 业务分批执行:对于下单、付款等操作可以异步执行提高吞吐率。
- 主要目的就是尽量少的请求直接访问到 `DB`
- 主要目的就是尽量少的请求直接访问到 `DB`

0 comments on commit 29e2590

Please sign in to comment.