Re: [zeromq-dev] Zeromq Malamute status

2019-07-05 Thread Kevin Sapper
Hi Peter, I can't tell you about the state of malamute. But the dafka project might be of interest to you. https://github.com/zeromq/dafka It connects a cluster of publishers to a cluster of subscribers. It also uses one or more towers for discovery. Further you can add stores to persist your

Re: [zeromq-dev] Memory pool for zmq_msg_t

2019-07-05 Thread Luca Boccassi
There's no need to change the source for experimenting, you can just use _init_data without a callback and with a callback (yes the first case will leak memory but it's just a test), and measure the difference between the two cases. You can then immediately see if it's worth pursuing further