|
|
|
|
|
by tsimionescu
2067 days ago
|
|
How does 0mq achieve that? For all I have read and tried to use of it, 0mq explicitly offers no message delivery guarantees, instead relying on your own implementation to achieve them. So, I don't doubt that your system works like you described, but I think you may be overvaluing 0mq's contribution to it. |
|
Maybe there is no guarantee, but it can handle unreliable connection just fine, at least when I used it a few years ago.