[erlang-questions] 0MQ libraries
Garrett Smith
g@REDACTED
Sun Feb 9 14:47:20 CET 2014
On Sun, Feb 9, 2014 at 7:45 AM, Garrett Smith <g@REDACTED> wrote:
> Additionally, for those interested in using ZeroMQ with Erlang today,
> the CZMQ bindings are *not* NIF based - they run as a C port in a
> separate OS process with no chance of taking the VM down. CZMQ is an
> API wrapper for ZeroMQ that makes it easier to keep up-to-date with
> ZeroMQ changes. CZMQ also provides some very nice security features
> including message encryption.
>
> Again, the link for those interested:
>
> https://github.com/zeromq/czmq
Correction, this is the Erlang CZMQ binding:
https://github.com/gar1t/erlang-czmq
Garrett
More information about the erlang-questions
mailing list