On 8 April 2013 12:13, Ori Barak <[email protected]> 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
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to