[zeromq-dev] Can we customize a behaviour for in-mem queued messages after reconnect?
Stephen Hemminger
stephen at networkplumber.org
Fri Dec 20 22:13:21 CET 2013
On Fri, 20 Dec 2013 15:01:04 -0500
Lindley French <lindleyf at gmail.com> wrote:
> The problem, in my view, is that normally you can trust TCP to get your packets through intact.
Applications only know it made it to the socket queue, not that TCP ever sent it and got
an acknowledgment or that the remote application got the message. To do reliable communication
you need an end-to-end acknowledgment. This doesn't have to be on a per-packet basis but
on a per-transaction basis. Think of what SCP/FTP do for file transfer.
More information about the zeromq-dev
mailing list