Chuck Remes <lists <at> chuckremes.com> writes:

> You should create only ONE context. The context can be passed to each thread;
any socket you create in a
> thread should only be used from that thread.
> 
> I recommend that you read the guide and the FAQ. These ideas are discussed in
both places.
> 
> cr
> 

I don't like to create a socket only for one request.
(connect=>send/recv=>close)
But as I understood there is no other way.
About context - sorry for a silly question :)





_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to