[zeromq-dev] ZMQ via load balancer
Steven McCoy
steven.mccoy at miru.hk
Mon Apr 8 18:34:35 CEST 2013
On 8 April 2013 12:13, Ori Barak <oribarak at microsoft.com> wrote:
> In my scenario I use push\pull sockets where the push socket’s endpoint
> is a virtual IP (VIP) returning one of the physical machine’s IP behind the
> VIP implemented by software load balancer. I use this reconnection pattern
> since my service lives in an environment where the SLA is that 10% of the
> servers might be down in any given time so to support the SLA I’m
> refreshing the connection every once in a while and I reconnect to the VIP
> endpoint every couple of seconds.
>
> **
>
>
>
Are multiple transactions are being sent to an individual node?
Is it too expensive to roll every transaction to a different node?
An idea would be a rolling window of target nodes that concurrently have a
persistent connection and in the background you can renew targets.
Engineering overkill perhaps.
--
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130408/700a7f3f/attachment.htm>
More information about the zeromq-dev
mailing list