[zeromq-dev] Visibility into pipes of a socket

Pieter Hintjens ph at imatix.com
Fri Sep 21 06:05:51 CEST 2012


On Thu, Sep 20, 2012 at 9:40 PM, Stuart Brandt <stu at compuserve.com> wrote:

> All thoughts welcome!

Very roughly, trying to do this kind of thing is why it takes people
months to write even basic protocols over TCP. No layering. Logging IP
addresses in the server? Measuring latency of servers?

Most of what you want to achieve can be done easily above 0MQ by
ignoring the physical network and talking application to application.
Heartbeats from servers to clients. Application-level identifiers.

If you'd used 0MQ in any depth you'd know this.

So my conclusion is you've not internalized it, and this is the real
issue. Write a thousand lines of 0MQ code, throw that away, and you'll
see your perspective shifting, and these problems disappearing.

-Pieter



More information about the zeromq-dev mailing list