On 15:37 Fri 11 Oct , Henry Finucane wrote:
> On Sun, Sep 29, 2013 at 4:08 PM, Justin Karneges <[1][email protected]>
> wrote:
>
> As I understand it, ZeroMQ is protocol-compatible across 2.x, 3.x, and
> 4.x, with the exception that some early versions in the 3.x series were
> incompatible (later versions are okay though). So, it should not be
> necessary to modify Mongrel2 in order to use handlers written with
> libzmq 3 or 4. But I have not personally tested this.
>
> I just did. A couple of smoke tests make it look like it works, and my
> understanding is that since the 3.x disaster, ZeroMQ the project cares
> much more about backwards compatibility.
> There's a pull request here:
> [2]https://github.com/zedshaw/mongrel2/pull/195
> that will let you build against 4 out of the box.
Thanks a bunch for this Henry. It looks good and got in just in time
for the 1.9 release.