Re: [zeromq-dev] Invalid argument (mutex.hpp:98)

2011-05-11 Thread Azamat Shakhimardanov
(mutex.hpp:98) To: ZeroMQ development list zeromq-dev@lists.zeromq.org Date: Tuesday, May 10, 2011, 8:41 AM On 10 May 2011 23:25, Azamat Shakhimardanov shakhimarda...@yahoo.com wrote: ==466==  Address 0x469251c is 212 bytes inside a block of size 352 free'd ==466==    at 0x4023B6A: free

[zeromq-dev] Invalid argument (mutex.hpp:98)

2011-05-10 Thread Azamat Shakhimardanov
Hi, I was testing the following code and got this error: Code: while(j 10) { zmq_msg_t msg; gettimeofday((m.timestamp), NULL); zmq_msg_init_data(msg, m, sizeof m, NULL, NULL); zmq_send(publisher, msg, 0); zmq_msg_close(msg); j=j+1; usleep(HERTZ_100); } zmq_close(publisher);

Re: [zeromq-dev] ZeroConf on top of ZeroMQ

2010-09-14 Thread Azamat Shakhimardanov
Hi Martin, * I learnt somewhere that zeromq 0.3 had a locator daemon providing similar functionality, though it seems not to be part of the core library anymore. What happenned to it? The problem with a location service is that for large deployments you need a real production-quality