-
I'm trying to run a simple test by putting 1 million keys-values into Redis. For 100,000 keys it is really fast. However, the performance degrades a lot when I bump the number of operations to 1 milli…
-
Like the title says the kernel doesnt load.
Here is the debug log from the notebook
> [D 09:51:55.034 NotebookApp] Accepting token-authenticated connection from 127.0.0.1
[D 09:51:55.040 Notebook…
-
I have a compile error about zctx_new() in The-CZMQ-High-Level-API in broker2.c ,when I go through the demo of [ http://zguide.zeromq.org/page:all#The-CZMQ-High-Level-API ],
the error message is:
…
-
My apologies if this is a really dumb question, but it wasn't in the FAQ and Googling didn't help. I have on my iThings a copy of the Python edition in EPUB format. I got this a couple of months ago,…
-
To illustrate, run this:
```
import logging
from pyre import Pyre
logger = logging.getLogger('pyre')
logger.setLevel(logging.DEBUG)
logger.addHandler(logging.StreamHandler())
pyre = Pyre()
pyre.sta…
-
As of 3.x libzmq adds context monitoring via the zmq-ctx-set-monitor[3] call, which lets you track connections and disconnections, and other events on sockets.
https://github.com/zeromq/zeromq3-x/blo…
-
When I try to use the same Elevator object from different threads, I get a few `Assertion failed: ok (mailbox.cpp:82)` from ZMQ, and a random behavior.
This assertion error is thrown when several thre…
k4nar updated
10 years ago
-
The current documentation implements Majordomo 0.1. Version 0.2 supports the features in 0.1, plus that it also handles partial results. I suggest example is revised to implement version 0.2 instead.
-
`find_package(cppzmq)`
seems to work as:
`target_link_libraries(exe cppzmq)`
is working
but
`target_link_libraries(exe cppzmq-static)`
does not work as it tries to link with a lib cppzmq-stat…
-
Since we are dealing with events. Integration with message queues seems a pretty natural things. For example receive events from AMQP 0.9.1 (RabbitMQ), STOMP (ActiveMQ) and/or ZeroMQ.
The same applie…