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?

link|improve this question

50% accept rate
1  
Unless you're going to write it, you ought to ask about it over at serverfault.com. – Gert G Jul 28 '10 at 1:41
feedback

migrated from stackoverflow.com Jul 28 '10 at 15:01

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by voretaq7 Jan 25 at 6:31

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.

2 Answers

up vote 1 down vote accepted

You can't beat HAProxy for simplicity and speed. If you need caching try adding varnish into the mix.

link|improve this answer
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!

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.