当前位置:网站首页>大白话高并发(二)
大白话高并发(二)
2022-07-06 20:21:00 【你大晨哥】
背景
这是三高专题的第二篇,我想了很久应该怎么去串联这个专题,后来我觉得就按照流量的方向来聊吧,从用户请求到服务端再到用户。
突然间来了200万个请求
我们一台服务器能承受住200万个请求么?答,可以,但是有条件只能是三次握手后的空链接,我们知道linux中一切皆文件,因此一个请求对一个linux来说也是一个文件fd,那只要我的linux文件数量足够大就可以接收200万个请求,一个请求默认为4k,200w * 4k 不过8M左右的内存是没有问题的,但是前提这些都是空链接,如果客户端发送了大量的数据到服务端,服务端又需要通过做cpu做大量的计算,处理后又将大量的数据返回给客户端,那样别说2000万,1000都是费劲的。
对于我们秒杀这种场景来说,单台机器不可能承受200万个请求,因此需要引入负载均衡。将请求路由到多个地方。
NGINX
首先我想到了nginx,nginx是7层的负载均衡,并发量大概在5w左右,如果想支撑200万并发,需要有40个nginx才行。
LVS 或者 F5服务器
一台nginx 5万并发,因此需要在nginx上面再来一层4层负载均衡,都说lvs并发在几十万,假设为20万,需要10台lvs。
DNS负载均衡
一台lvs看样子还是不能承受200万并发,看来在他的上面还需要一层,这一层就是DNS,通过ip来做负载均衡,一个lvs一个ip。
总结
上亿的并发也是这个套路,一层不够就再加一层,ip不够就再加几个ip,机房不够就再加几个机房。
参考
边栏推荐
- Matlab Error (Matrix dimensions must agree)
- Room rate system - login optimization
- Lavel PHP artisan automatically generates a complete set of model+migrate+controller commands
- 变量、流程控制与游标(MySQL)
- Laravel php artisan 自动生成Model+Migrate+Controller 命令大全
- Decoration design enterprise website management system source code (including mobile source code)
- cocos3——8.实现初学者指南
- DOMContentLoaded和window.onload
- Sub pixel corner detection opencv cornersubpix
- 腾讯云原生数据库TDSQL-C入选信通院《云原生产品目录》
猜你喜欢
Huawei and Xiaomi "copy each other"
Flutter3.0了,小程序不止于移动应用跨端运行
Don't you know the relationship between JSP and servlet?
Another million qubits! Israel optical quantum start-up company completed $15million financing
Jericho is in non Bluetooth mode. Do not jump back to Bluetooth mode when connecting the mobile phone [chapter]
“去虚向实”大潮下,百度智能云向实而生
Starting from 1.5, build a micro Service Framework -- log tracking traceid
21.(arcgis api for js篇)arcgis api for js矩形采集(SketchViewModel)
Flink task exit process and failover mechanism
Appx代码签名指南
随机推荐
OC, OD, push-pull explanation of hardware
编译常量、ClassLoader类、系统类加载器深度探析
Shangsilicon Valley JVM Chapter 1 class loading subsystem
杰理之关于 DAC 输出功率问题【篇】
Not All Points Are Equal Learning Highly Efficient Point-based Detectors for 3D LiDAR Point
【达梦数据库】备份恢复后要执行两个sql语句
cocos3——8. Implementation Guide for beginners
如何替换模型的骨干网络(backbone)
2022.6.28
opencv环境的搭建,并打开一个本地PC摄像头。
Enumeration general interface & enumeration usage specification
哈夫曼树基本概念
Under the tide of "going from virtual to real", Baidu AI Cloud is born from real
The latest 2022 review of "small sample deep learning image recognition"
LAB1配置脚本
注意力机制原理
Make (convert) ICO Icon
Codeforces round 264 (Div. 2) C gargari and Bishop [violence]
Jerry's FM mode mono or stereo selection setting [chapter]
Open3D 网格滤波