[zeromq-dev] What's wrong with this sample?
Rick & Nellie Flower
nrf at ca-flower.com
Fri Jan 20 07:58:27 CET 2012
On Jan 19, 2012, at 10:41 PM, Martin Sustrik wrote:
>
> The problem is that scope of inproc endpoints is a single context
> object. So, you don't see inproc endpoints created in the different
> context object.
>
> So, in your test, you have to shared the same context object between
> main thread and the worker threads.
Martin.. Thanks for the reply.. So, to get this working with inproc, do I need
separate context() or ?? In reading the guide I thought I wanted a single
context shared among all threads in the process? Sorry for being dense..
-- Rick
More information about the zeromq-dev
mailing list