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


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

Reply via email to