On Thu, Dec 15, 2011 at 1:58 AM, Whit Armstrong <[email protected]>wrote:

> Well, let me explain what I'm trying to do.  Perhaps someone can show
> me a better way.
>
> I have a client using a dealer socket. Talking to a mixed server
> environment,  a couple of 6 core machines and a 12 core machine.
>
> Each of the servers uses a simple queue device to fan out the jobs to
> the workers over ipc:
>

Why do you have a queue device per server? Is it feasible to just have one
queue device and connect the workers on each machine to that device over
TCP? I have success with that model, using heartbeating between workers and
queue.

-Luke
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to