[erlang-questions] load balancing

Felix Gallo felixgallo@REDACTED
Fri Nov 14 05:59:16 CET 2014


haproxy is really, really excellent at load balancing and providing HA
switchover.  It has a number of modes, can do weighting, heartbeats, has a
vibrant community, and is incredibly stable.  Before you write your own,
I'd try that.

On Thu, Nov 13, 2014 at 8:11 PM, Max Lapshin <max.lapshin@REDACTED> wrote:

> >  Implement a protocol that a client has to first ask to which server to
> connect to, and then go for it
>
> It is the best one if you can add it:
>
> 1) it doesn't have DNS lag
> 2) it doesn't require such SPOF like HAProxy
> 3) you will have problem how to design resolver, but it will be simpler
> and it is possible to do it reliable and scalable.
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141113/0d2ecf63/attachment.htm>


More information about the erlang-questions mailing list