Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
gitpush33826287d@devphobe I'm concerned about load balancing, what is performance difference between them?
I read that nginx pro is favored in this, while HAProxy gives great speed compared to nginx open source -
devphobe7859287d@gitpush performance wise, I never maxed out the load balancer , its always my app that is the bottleneck before I see Nginx or HAProxy fail.
-
IntrusionCM5203287dThe question should be ... What do you want.
HAProxy and nginx are two very different things. -
Kimmax11820287dHoly shit it's amazing!
Especially excels as a reverse proxy with many different backends and complex rules -
gitpush33826287d@IntrusionCM Just wondering to see what scenarios it excels at so that I know what to pick if I come across similar scenario
Has anyone tried HAProxy?what do you think of it?
question