zeromq Questions

2

Solved

Months ago I was selecting .NET library to use for implementing ZeroMQ communication, and I was pretty confused with the fact that there are few libraries suggested at zeromq.org. Meanwhile I've l...
Ober asked 31/7, 2016 at 10:9

2

Solved

I am have a huge headache from trying to get the ZMQ Node bindings working with Electron, especially on Windows. I am working on Windows 7 and Ubuntu 16.04 and both of them have two separate issues...
Dawson asked 18/7, 2016 at 14:53

5

Solved

I want to install zeromq for node.js in Windows 7 64-bit. I tried with npm install zmq It gave phython.exe is missing. After installing that python (2.7.3). Again it gave some build error, whic...
Botanomancy asked 25/12, 2012 at 9:11

1

I am working with ZMQ and am running into issues when destroying a context. I have the code zmq_ctx_shutdown(context); zmq_ctx_term(context); This code always blocks on zmq_ctx_term() and will ...
Bastia asked 18/5, 2015 at 17:0

2

Solved

Sounds like it makes no sense in ZeroMQ to work with sockets in terms of traditional UNIX sockets. I designed an architecture for a distributed search algorithm based on a wrong perception of ZeroM...
Extension asked 24/5, 2013 at 14:44

2

I want to build a system that has the following architecture: +------------------+ +------------------+ | App1. 0mq client | <------> | App2. 0mq server | +------------------+ +-------------...
Judah asked 1/7, 2016 at 8:42

0

My ZeroMQ server ( not published here, written in java ) is set to run only after triggering an event and the ZeroMQ client ( written in python ) is continuously running in background, waiting for ...
Discoverer asked 22/6, 2016 at 8:24

5

I'd like to reserve a TCP port, to be bound by a service later, so that Windows doesn't inadvertently use the same number when assigning random port numbers. I know this is possible via the registr...
Ladle asked 10/3, 2011 at 1:9

1

Solved

While my primary domain of expertise is not Visual Studio 2015 setup / project configuration, I have experienced troubles on loading / configuring ZeroMQ project. How to proceed correctly on loadi...
Whaley asked 30/5, 2016 at 22:4

2

Solved

I've got a site that displays data from a game server. The game has different "domains" (which are actually just separate servers) that the users play on. Right now, I've got 14 cron jobs...
Discant asked 27/5, 2016 at 0:52

3

I am new to messaging queues, and right now I am using ZeroMQ on my Linux server. I am using PHP to write both the client and the server. This is mainly used for processing push notifications. I a...
Seminal asked 12/5, 2016 at 13:57

4

Solved

I can't seem to install pyzmq on my macbook (OSX 10.9.1) First call was to run: sudo pip install pyzmq There was an error that libzmq couldn't be found, and it appeared to try and compile the b...
Penuche asked 5/3, 2014 at 3:14

7

I need a high performance message bus for my application so I am evaluating performance of ZeroMQ, RabbitMQ and Apache Qpid. To measure the performance, I am running a test program that publishes s...
Schlep asked 27/10, 2011 at 19:34

2

I got a webapplication written in Laravel 4. This application makes use of Ratchet and to be more specific, it uses the package Latchet. As a sidenote I am using the following techniques : AutoBa...
Lulululuabourg asked 23/9, 2013 at 18:52

1

Solved

I'm trying to install cl-jupyter (A common-lisp kernel for Jupyter), and I can't make it work: when I open a new lisp notebook (or change the kernel of an existing notebook), it crashes after displ...
Dispersion asked 4/12, 2015 at 17:4

3

Solved

How can a client both subscribe and listen to replies with zeromq? That is, on the client side I'd like to run a loop which only receives messages and selectively sends requests, and on the server...
Remarque asked 16/7, 2011 at 14:4

4

Solved

Im a newbie to ZERMQ. ZeroMQ has TCP, INPROC and IPC transports. I'm looking for examples using python and inproc in Winx64 and python 2.7, which could also be used for linux. Also, I have been l...
Epistaxis asked 13/12, 2011 at 16:13

4

Solved

In C/C++ like languages, closing zeromq socket explicitly is a must, which I understand. But in some higher level languages, such as php and python, which have garbage collection mechanism, do I ne...
Perdurable asked 26/1, 2012 at 14:47

2

Currently, I am using a JSON library to serialize the data at the sender (JeroMQ), and deserialize at the receiver (C, ZMQ). But, while parsing, the JSON library starts to consume a lot of memory a...
Orelie asked 23/3, 2016 at 18:49

3

I am a new-by to ZeroMQ and make my way through the C++ hello-world example of the echo client-server pattern (Request-Reply). The server looks like: // // Hello World server in C++ // Binds REP s...
Glaydsglaze asked 5/6, 2012 at 16:35

3

Solved

I'm investigating zeromq as a message passing solution in a java project, but I find the instructions on java binding somewhat difficult to follow. http://www.zeromq.org/bindings:java I am unfamil...
Environment asked 24/10, 2012 at 15:25

1

Solved

Scenario : We were evaluating ZeroMQ (specifically jeroMq) for an event driven mechanism. The application is distributed where multiple services (both publishers and subscribers are services) ca...
Peppergrass asked 17/2, 2016 at 10:18

1

Solved

I am trying to determine the exact behaviour and potential limitations of the so-called 'Extended Pub-Sub architecture' from the ØMQ guide. XPUB and XSUB are described: We need XPUB and XSUB ...
Gagliardi asked 19/2, 2015 at 15:13

2

Solved

Following are my Celluloid codes. client1.rb One of the 2 clients. (I named it as client 1) client2.rb 2nd of the 2 clients. (named as client 2 ) Note: the only the difference between the above...
Ageold asked 28/1, 2016 at 12:42

4

Solved

Suppose that several machines are interacting together using python's zeroMQ client. These messages are naturally formatted as strings. Is there a limit to the length of a message (string)?
Brush asked 1/7, 2011 at 2:51

© 2022 - 2024 — McMap. All rights reserved.