On 08/26/2010 11:37 AM, Pieter Hintjens wrote: > Hopefully in 0MQ/3.0 we can remove this argument from the API and > configure I/O threads using zmq_setctxopt() for those cases that need > it.
The problem is you have to launch the I/O threads before doing any other work and you can't change the setting once they are launched. AFAICS there's no simple API abstraction other than zmq_init parameter. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
