1 Star 3 Fork 5

laodasbch / grokking-system-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
proxies.md 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
LEI XIA 提交于 2020-06-06 15:48 . fixing typo

Proxies

  • A proxy server is an intermediary piece of hardware / software sitting between client and backend server.
    • Filter requests
    • Log requests
    • Transform requests (encryption, compression, etc)
    • Cache
    • Batch requests
      • Collapsed forwarding: enable multiple client requests for the same URI to be processed as one request to the backend server
      • Collapse requests for data that is spatially close together in the storage to minimize the reads
1
https://gitee.com/laodasbch/grokking-system-design.git
git@gitee.com:laodasbch/grokking-system-design.git
laodasbch
grokking-system-design
grokking-system-design
master

搜索帮助