erlzmq icon indicating copy to clipboard operation
erlzmq copied to clipboard

Erlang bindings for ZeroMQ messaging

Results 11 erlzmq issues
Sort by recently updated
recently updated
newest added

The system has latest Erlang installed (R14B01) and 0mq built from the current zeromq2 sources (as of Feb. 21, 2011) and installed in /usr/local/lib After running ./bootstrap script, ./configure --with-zeromq=/usr/local/lib/...

rebar is more and more used in erlang world to manage erlang projects distribution and build. Here is a full rebared version of erlzmq replacing current build system. This version...

I've significantly cleaned up and fully implemented all functionality of zeromq in the erlang bindings. The concept is fairly basic. A zeromq socket has a controlling erlang process. The driver...

for now i just introduced a VS2008 solution to build the .dll no change to the erlang code minor changes to the port driver to enable VS build, also change...

/bin/mkdir -p ../priv g++ -o ../priv/zmq_drv.so zmq_drv.cpp -Wall -m64 -g -O3 -DNDEBUG -g -O2 -Werror -I/usr/lib/erlang/usr/include -I/usr/lib/erlang/lib/erl_interface-3.7.4/include -I/include -shared -fPIC -L/lib -lzmq -Wl,-R/lib -lpthread zmq_drv.cpp: In destructor ‘zmq_drv_t::~zmq_drv_t()’: zmq_drv.cpp:69:46: error:...

I'm trying to use a zmq socket within a gen_server. When the gen_server process crashes (including normal gen process exits), the VM crashes. Crash behavior when running from an escript...

I'm going to create an AUR package erlzmq on Arch Linux. If it's an easy change, it would be helpful to have a DESTDIR var that I can set for...

zmq:start_link(). *\* exception exit: {bad_return_value,"dlopen(/opt/local/lib/erlang/lib/zmq-0.1/priv/zmq_drv.so, 2): image not found"} ls -al /opt/local/lib/erlang/lib/zmq-0.1/priv/ total 112 drwxr-xr-x 3 root wheel 102 22 сен 16:24 . drwxr-xr-x 9 root wheel 306 22 сен...

Erlang R13B03 (erts-5.7.4) [source] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false] Eshell V5.7.4 (abort with ^G) 1> zmq:start_link(). {ok,} 2> zmq_pubserver:run(). sent {msg,50} 3> =ERROR REPORT==== 20-Sep-2010::15:49:16 === driver_select(0x00000223, 165452956, ERL_DRV_READ, 1)...

I can not build, not with version 2.0.8, 2.0.7, 2.0.6. Sources zeromq2 download with http://www.zeromq.org/area:download configure: == Package: zmq-0.1 == configure: Host OS: darwin10.4.0 configure: Install dir: /opt/local/lib/erlang/lib/zmq-0.1 configure: C++...