[zeromq-dev] Issue 85 & 92
Martin Sustrik
sustrik at 250bpm.com
Tue Oct 26 17:12:34 CEST 2010
Hi,
> My question is - how am I supposed to cleanly shutdown my application,
> given that I can't invoke zmq_close on S from T2 and T1 is stuck in a
> blocking call?
Why are you using multicast for inter-thread communication in the first
place.
It's really not a good idea. Multicast makes sense only when
transferring data between several physical boxes.
Martin
More information about the zeromq-dev
mailing list