I am looking for a good load balancing (or reverse proxy) software for TCP and HTTP, any suggestions?
|
feedback
|
closed as not constructive by voretaq7♦ Jan 25 at 6:33
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
For HTTP, look at Nginx, Varnish, or Pound. For general TCP software load balancing, look at HAProxy and Balance. | |||
|
feedback
|
|
HaProxy might be of use to you. | |||
|
feedback
|
|
nginx works quite well as a caching reverse proxy and can be configured in a load balance/fail-over setup. Perhaps if you can describe the application we can provide you more specific recommendations. | |||
|
feedback
|
|
If it's even remotely possible I'd recommend using round-robin DNS.
C. | |||
|
feedback
|
|
haproxy is the best loadbalancing software I came across, I can highly recommend it, even for high traffic (>100mbit/s) websites. Pound sucks performance-wise and does not have a lot of basic features. | |||
|
feedback
|