[zeromq-dev] context
Pieter Hintjens
ph at imatix.com
Thu Aug 26 12:34:53 CEST 2010
On Thu, Aug 26, 2010 at 11:52 AM, Pieter Hintjens <ph at imatix.com> wrote:
> So, AFAICS there is a simpler and more coherent API.
OK, after discussing this on IRC it's clear why I/O threads and other
context options must be known when the context is created. We see
three ways to configure contexts:
* via zmq_init() call as today
* via second zmq_init_opt() call with options list
* via compile time constants
I've summarized these here: http://www.zeromq.org/docs:3-0#toc7
It mostly affects bindings, so if you're the author of a binding your
input would be welcome.
-Pieter
More information about the zeromq-dev
mailing list