博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Load Balance 产品横向比较
阅读量:6422 次
发布时间:2019-06-23

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

 We can use Load Balance strategy to  increase the system volume .

 

Part 1: LB hardware/software horizontal comparison

the following is the cost and capability estimation:

 

 

Technology

Hardware(H)

/Software(S)

Advantage

Disadvantage

Capability

(Support how many concurrent sessions)

Cost

F5 BIG-LTM-3400-RS

H

·         Fast Speed (millis-second level)

·         High Availablity(99.9999%)

 

·         High Cost

>4,000,000

370000RMB

LVS(for Linux)

S

·         Best Performance in Software HB solution

·         Don’t need so many configuration

·         Hot backup solution

·         Don’t support regular expression

·         Can’t support dynamic-static page separation

 

>100,000

Free

Nginx

S

·         More flexible ,especially support regular expression

·         Less dependency on network, if pings well ,it can do LB

·         Easy install and config

·         Support high concurrency

·         Good technical community support

·         Only support http and email ,it can’t hold session

>10,000

Free

HAProxy

S

·         Can support http ,tcp ,email

·         Can hold session

 

·         Don’t support apache logging format

·         Need to configure a lot of ACLs

>10,000

Free

 

 

 

 

 

 

 

 

Part 2: My Suggestion

if budget is enough ,we can use two layers:

Layer 1: use F5 (hardware) to load balance every request

Layer 2: use several Nginx server to load balance the request which has been dispatched by Layer 1(F5)

 

 

本文转自 charles_wang888 51CTO博客,原文链接:http://blog.51cto.com/supercharles888/834291,如需转载请自行联系原作者
你可能感兴趣的文章
《JavaScript启示录》——1.6 从构造函数创建字面量值
查看>>
通过R让你的复杂网络图更具艺术感
查看>>
《数字图像处理与机器视觉——Visual C++与Matlab实现》导读
查看>>
我们对人工智能的10大误解
查看>>
Qualitative and Quantitative
查看>>
Load高,CPU idle很高,这情况太诡异了
查看>>
《写给PHP开发者的Node.js学习指南》一1.3 Eclipse PDT
查看>>
BAT三巨头激辩AI:李彦宏称强人工智能不会到来;马云说So TM What
查看>>
《Python数据科学实践指南》一 第1章 Python介绍
查看>>
《JUnit实战(第2版)》—— 2.5 小结
查看>>
《Oracle性能优化与诊断案例精选》——1.2 京师磨练,转眼已历十二载
查看>>
网络时间的那些事及 ntpq 详解
查看>>
《Visual Studio程序员箴言》----2.5 代码段
查看>>
《UML面向对象设计基础》—第2章2.4节面向对象的益处
查看>>
人工智能的基础--知识分类
查看>>
《Adobe Flash CS4中文版经典教程》——1.2 了解工作区
查看>>
《Unity着色器和屏幕特效开发秘笈(原书第2版)》一2.7 创建透明材质
查看>>
《像计算机科学家一样思考C++》——第1章 编程方式
查看>>
JAVA性能优化调查结果(第二部分)
查看>>
为你的 项目安装Sql跟踪工具-P6Spy
查看>>