ZeroMQ (ZMQ, 0MQ, ØMQ) is a high-performance, asynchronous, transport-class agnostic, messaging library, aimed at use in scalable, distributed and/or concurrent applications.
I'm trying to re-write one of our old Servers using ZeroMQ, for now I have the following Server setup, (which …
sockets tcp zeromq nettcpbindingCan anyone tell what are the types of zmq.sockets? In what situation one can use these sockets? The main …
sockets python-2.7 zeromqI'd like to subscribe to multiple filters with ZeroMQ in Python, using one socket. sock.setsockopt(zmq.SUBSCRIBE, 'first.filter') …
python sockets zeromqI've got an app sending messages on an epgm PUB socket to one or more epgm SUB sockets. Things mostly …
zeromqI'm quite new to these high level concurrency paradigms, and I've started using the scala RX bindings. So I'm trying …
rabbitmq system.reactive zeromq reactive-programmingI understand that Apache Thrift and ZeroMQ are softwares belonging to different categories, and it is not easy to do …
comparison message-queue thrift zeromqWhen you use the simple ZeroMQ REQ/REP pattern you depend on a fixed send()->recv() / recv()-&…
c++ sockets zeromqTrying to compile the example hello_world.c from the zeromq tutorial: http://zguide.zeromq.org/page:all#Ask-and-Ye-Shall-Receive Pretty …
c linker osx-mountain-lion zeromq dylib