On Thu, Mar 24, 2011 at 2:20 AM, Tony Cebzanov <[email protected]> wrote:
> Declaring zctx_interrupted as "extern" in zctx.h file fixes it. Thanks, fix applied. > Self test passes on my machine, I'll post again if I find anything else. Neat, I'd not even tried it on Mac yet. > I really do like the idea of a higher-level API to ZMQ, but I do wonder > if this interface might be folded into libzmq itself once it's more mature? It'll be packaged together with libzmq eventually, and could be used by bindings in other languages if they like it, but it's a separate project in terms of goals and codebase, and won't IMO be folded into libzmq. Indeed, it's only possible to develop stuff like libzapi outside the core. Having said that, there may be semantics developed in projects like zapi which eventually get picked up by libzmq. E.g. 'more' property on frames rather than sockets, automatic closing of sockets, etc. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
