[zeromq-dev] Extending pipeline model, distributing jobs based on the type of job to specific workers
aman mangal
mangalaman93 at gmail.com
Mon Feb 17 08:08:14 CET 2014
Hi,
I am trying to solve the following problem and I can't think of any model
which I can use: I have n workers and 1 distributor. Distributor has jobs
for n workers and every worker can solve only a specific type of job. It
has to distribute jobs to the workers such that no job is dropped.
I tried using pub-sub but it drops messages when the publisher queue is
full. If I use pipeline model, it distributes jobs among all workers. Any
addition to it would be really helpful. Dropping of a job is not fine
compared to blocking the distributor, which is fine. I am a beginner in
zeromq and have followed through the guide on the homepage.
Thank you!
Aman Mangal
final year Undergraduate Student
Department of Computer Science & Engineering
IIT Bombay, India
www.cse.iitb.ac.in/~amanmangal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20140217/785d4526/attachment.htm>
More information about the zeromq-dev
mailing list