[zeromq-dev] zproxy (hopefully) improvements
Pieter Hintjens
ph at imatix.com
Fri Dec 6 14:05:50 CET 2013
On Thu, Dec 5, 2013 at 8:18 PM, AJ Lewis <aj.lewis at quantum.com> wrote:
> Absolutely - so if you build czmq against a newer version of zeromq, and
> then drop that czmq build into an environment with an older version of
> zeromq installed, what happens? I think this fails spectacularly right now,
> even before any of the changes discussed below.
This fails spectacularly, because CZMQ uses compile-time decisions
about what version of ZMQ to support, and how. It's never been raised
as a necessary problem to solve. If it was, I'd start by detecting
this and asserting in zctx_new for instance. Second, perhaps by
switching to a runtime detection of the version.
-Pieter
More information about the zeromq-dev
mailing list