[zeromq-dev] Best practice
Todd Gruben
tgruben at gmail.com
Thu Apr 9 02:29:58 CEST 2009
Greetings,
I am just getting started with 0mq and I would like some advice.
I have an application which basically combines N streaming feeds of
information and outputs a single combined feed of information. My
application has a thread for each feed and an output thread with a queue
that I implemented that is shared among the threads. After reading your
design docs, I feel your messaging implementation will probably perform
better. My question lies in the local_scope verses process_scope. Should
each feed have a local scope exchange connected to a process scope queue?
If so how would I bind the queue to the exchange on the consuming side?
-Thanks
Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20090408/1b87f74e/attachment.htm>
More information about the zeromq-dev
mailing list