Versions
There are currently two versions of the binding.
Version 1 (erlzmq) is port based while the newer version 2 (erlzmq2) is NIF based.
The NIF based version demonstrated to be much faster than the port based one, although the port based version received more testing.
The two versions are NOT API compatible.
erlzmq2
Source Code
http://github.com/zeromq/erlzmq2
Build and installation
git clone git://github.com/zeromq/erlzmq2.git
Then follow the build instructions found on the documentation page.
Documentation
The latest documentation can be found here: http://zeromq.github.com/erlzmq2
Bug Reporting
If you encounter problems please fill a bug report at:
http://github.com/zeromq/erlzmq2/issues
Mailing List
Discussions about this language binding take place on the general zeromq-dev list.
erlzmq
Source Code
http://github.com/zeromq/erlzmq
Build and installation
You will first need to install the ØMQ. Erlang binding works only with 2.1 or later version of ØMQ.
Then obtain the Erlang bindings for 0MQ (currently from github):
git clone git://github.com/zeromq/erlzmq.git
Then follow build instructions found on the documentation page.
Documentation
For most up to date documentation see: http://zeromq.github.com/erlzmq
Bug Reporting
If you encounter problems please fill a bug report at:
http://github.com/zeromq/erlzmq/issues
Mailing List
Discussions about this language binding take place on the general zeromq-dev list.
