由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Load balancer: NGINX vs HAproxy vs hardware
相关主题
Amazon 線上面試題请教一些热门的rest面试题
fb设计题Technical Lead Openings in Major Networking Company (south SF bay area)
Yelp 电面面经(2013-04)攒rp,分享一下个人总结的Yelp HR小问题
Samsung Research America Server组内退本公司在招人,有需要推荐的请联系
amazon 2 面面试问题“为什么不到一年就换工作”?
请问load balance这种的怎么讨论?Sorted Array 变成 Balanced BST 时间复杂度是多少?
大家面试时回答“处理过的最challenging的技术问题”都是怎么答的?求参考BST合并的面试题
有人最近面试过f5 networks吗Google Front-end Software Engineer Phone Interview
相关话题的讨论汇总
话题: load话题: balancer话题: nginx话题: haproxy话题: hardware
进入JobHunting版参与讨论
1 (共1页)
G*******e
发帖数: 80
1
大牛们来说说目前流行的load balancing技术来实现restful service层的scale吧:
what's your TPS?
Load balancer: NGINX, HAproxy, hardware or others?
r*****s
发帖数: 1815
2
大公司用硬件lb。初创的话还是用nginx吧 tomcat做lb我印象中是比nginx慢很多的
c*******f
发帖数: 378
3
apache should NOT be used as a production load balancer.
nginx is a primitive load balancer for small scales.
haproxy is a true load balancer that's widely used by small to large scale
production loads.
better software load balancers are actually lower level network
loadbalancers, i.e. LVS. this can be used by large to huge scales. the
performance can only be bettered by high end hardware load balancers.
the above are all open source software solutions.
hardware load balancers are all commercial and some of them aren't worth the
money you pay. better ones are the best performers since they have
dedicated ASIC to offload SSL/TLS loads and offer sophisticated caching...
if you have huge to massive scale to run, they are the only choice.

【在 G*******e 的大作中提到】
: 大牛们来说说目前流行的load balancing技术来实现restful service层的scale吧:
: what's your TPS?
: Load balancer: NGINX, HAproxy, hardware or others?

1 (共1页)
进入JobHunting版参与讨论
相关主题
Google Front-end Software Engineer Phone Interviewamazon 2 面
问一道旧题请问load balance这种的怎么讨论?
请教一个binary tree问题大家面试时回答“处理过的最challenging的技术问题”都是怎么答的?求参考
申请工作时credit history会查到什么?有人最近面试过f5 networks吗
Amazon 線上面試題请教一些热门的rest面试题
fb设计题Technical Lead Openings in Major Networking Company (south SF bay area)
Yelp 电面面经(2013-04)攒rp,分享一下个人总结的Yelp HR小问题
Samsung Research America Server组内退本公司在招人,有需要推荐的请联系
相关话题的讨论汇总
话题: load话题: balancer话题: nginx话题: haproxy话题: hardware