Got it! The worker should use connect, not bind when it is working with the balancer :)
On Mon, Jun 6, 2011 at 3:13 PM, Ian Barber <[email protected]> wrote: > > On Mon, Jun 6, 2011 at 3:01 PM, Seref Arikan > <[email protected]> wrote: >> >> With three executables: client, load balancer and worker process, what >> is the order of execution I need? Am I missing a point go get this >> working? > > Shouldn't matter - I presume you are calling bind() on the two ports on the > load balancer and connect on the client and worker? In that case the work > and client should just try to reconnect until the load balancer appears. > When you say client and worker processes can connect succesfully, do you > mean that if you start the load balancer first they both connect > succesfully? > > Ian > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
