Possible Duplicate:
I am looking for a good load balancing (or reverse proxy) software for TCP and HTTP, any suggestions?
I am looking for a good load balancing (or reverse proxy) software for TCP and HTTP, any suggestions?
I am looking for a good load balancing (or reverse proxy) software for TCP and HTTP, any suggestions?
| |||||
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
You can't beat HAProxy for simplicity and speed. If you need caching try adding varnish into the mix. | |||
|
feedback
|
|
squid is an excellent reverse proxy -- mostly used for caching, but, as the article I pointed to explains, also good for load balancing. However, serverfault.com is likely to give you better answers on this question of yours, since it has nothing to do with programming! | |||
|
feedback
|