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
-
@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 -
@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.
-
The question should be ... What do you want.
HAProxy and nginx are two very different things. -
Kimmax111065yHoly shit it's amazing!
Especially excels as a reverse proxy with many different backends and complex rules -
@IntrusionCM Just wondering to see what scenarios it excels at so that I know what to pick if I come across similar scenario
-
vane112805y@gitpush I didn’t used it but I think it’s more like openresty so you don’t need to restart / reload load balancer when you add service url or modify some configuration.
I’m just aware it exists I use openresty and / or nginx
Has anyone tried HAProxy?what do you think of it?
question