On 17/01/2012, at 9:16 AM, Martin Sustrik wrote:

> A-ha. That's what you mean. To do that we should gradually change the 
> internal implementation of 0MQ to use return values instead of errnos 
> everwhere. Adding a new safe API on top would be the final touch.

Yes. Internally you could also use the context object, though keeping stuff
on the stack is better (because it allows micro-context switching).

Of course errno is only one problem. stdin, stdout, stderr are another.
I18n/localisation support in C (fixed in C++ thankfully).

--
john skaller
[email protected]




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

Reply via email to