On 21 December 2010 21:12, Juan Carlos Franzoy <jfran...@gmail.com> wrote:

> Is there any plan to add some observability to ZMQ library? Something like
> a getsockopt that list the visibility state of the endpoints the socket is
> connected to?
>
>
The general reply is that 0mq is a messaging middleware not a streaming
middleware, therefore there is no link state.  You could technically have
an equivalent to Linux netlink sockets providing link layer notifications as
a workaround.  The more useful statistic would be to have a decaying
indicator of last response from each peer.

http://en.wikipedia.org/wiki/Netlink

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to