博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
vanish(squid) + HAProxy + nginx + memcached(redis)
阅读量:6002 次
发布时间:2019-06-20

本文共 692 字,大约阅读时间需要 2 分钟。

  hot3.png

1. Load-balance then cache

                                                +-- Cache server #1 (varnish) -- App server #1

                                             /

Load Balancer (haproxy)-+---- Cache server #2 (varnish) -- App server #2

                                             \

                                                +-- Cache server #3 (varnish) -- App server #3

2. Cache then load-balance

                                                        +-- App server #1

                                                      /

Cache Server (varnish) --- Load Balancer (haproxy) --+---- App server #2

                                                      \

                                                         +-- App server #3

I. stunnel -> vanish -> HAProxy -> nginx -> nodeJS -> memcached(redis)

II. nginx (for HTTP compression) --> Varnish cache (for caching) --> HTTP level load balancer (HAProxy, or nginx, or the Varnish built-in) --> webservers.

Apache Traffic Server/Squid/Vanish + HAProxy + Nginx + memcached(Redis)

Reference:

转载于:https://my.oschina.net/l1z2g9/blog/183090

你可能感兴趣的文章
记一次Hexo迁移
查看>>
如何精简企业主数据“裹脚布”
查看>>
后端_计算机网络
查看>>
[sublime系列文章] sublime text 3插件配置说明
查看>>
以太坊执行miner.start返回null
查看>>
Web 开发学习笔记(3) --- 申请和部署HTTPS证书
查看>>
刷前端面经笔记(十一)
查看>>
函数运行环境系统动态链接库版本太低?函数计算 fun 神助力分忧解难
查看>>
ThinkJS关联模型实践
查看>>
以太坊中以太币及代币计量单位
查看>>
你的微博也被盗赞?试试HSTS强制HTTPS加密
查看>>
dubbo源码解析(三十六)集群——configurator
查看>>
vue+node全栈移动商城【5】-简单的筛选搜索功能
查看>>
大话css预编译处理(一)通读介绍篇
查看>>
高性能mongodb之执行计划
查看>>
拖拽上传功能的实现及原理
查看>>
vue
查看>>
区块链技术入门应用
查看>>
一起再看执行上下文/作用域链/原型链
查看>>
区块链 个人怎么赚钱 个人 如何投资区块链
查看>>