Re: [zeromq-dev] Polling issue. Socket blocking on SendMessage

2016-08-06 Thread Tobias Elbert
: Thursday, August 4, 2016 9:51 AM To: ZeroMQ development list Subject: Re: [zeromq-dev] Polling issue. Socket blocking on SendMessage Yes. In ZMQ the send operation is blocking until the message could be queued to the socket[1]. Not however that the socket in question is the sending socket not the

Re: [zeromq-dev] Polling issue. Socket blocking on SendMessage

2016-08-04 Thread alex.
in rather than enqueue on its > internal message queue? > > > Thanks > > Tobias > > > > > *From:* zeromq-dev on behalf of > Tobias Elbert > *Sent:* Wednesday, August 3, 2016 5:18 PM &g

Re: [zeromq-dev] Polling issue. Socket blocking on SendMessage

2016-08-03 Thread Tobias Elbert
ather than enqueue on its internal message queue? Thanks Tobias From: zeromq-dev on behalf of Tobias Elbert Sent: Wednesday, August 3, 2016 5:18 PM To: zeromq-dev@lists.zeromq.org Subject: [zeromq-dev] Polling issue. Socket blocking on SendMessage Hi all, I

[zeromq-dev] Polling issue. Socket blocking on SendMessage

2016-08-03 Thread Tobias Elbert
Hi all, I am having an issue with a setup similar to the sample in the Pastebin link provided below. Basically I let the poller block for 2 seconds and every 6 seconds send out a heartbeat from within the polling loop. My understanding is that while I’m in the polling loop that it is safe to d