[zeromq-dev] Testing the simple load balancing: what should be the order of starting processes?
Seref Arikan
serefarikan at kurumsalteknoloji.com
Mon Jun 6 16:01:59 CEST 2011
Hi,
I've been trying to get the simple load balancing example via queue
device working. I have a Java client that sends requests to port 5559,
I have a load balancer executable, which is only a queue device that
has 5559 as front end and 5560 as back end. And finally I have a
worker process that uses 5560. Java client and worker process can
connect successfully, but I have not been able to insert the balancer
between them using the setup given above. All components just sit
there silently.
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?
regards
Seref
More information about the zeromq-dev
mailing list