Re: [zeromq-dev] Is there a zmq debug tool?

2016-08-25 Thread zhangkai.gis
Thanks for the tool.My zmq is version 3.2.0 Is it possible to use the tool?besides I have check my push server(located in linux 192.168.2.224) It shows my pull client(located in win7 192.168.9.58) connect to it.But when I use tcpdump to show whether or not the server push data.I found that no

Re: [zeromq-dev] nomenclature

2016-08-25 Thread Michel Pelletier
I prefer the term Flow Graph https://en.wikipedia.org/wiki/Flow_graph_(mathematics) It might not mathematically accurate but my feeling is most distributed systems like you're describing can be modeled with a flow graph. In the example you provided your scaling points would be coefficients and

Re: [zeromq-dev] nomenclature

2016-08-25 Thread Andrew Hume
pieter, i can’t figure out what you’re saying here. based on my several years experience with you, i have to conclude that i have somehow misspoken. i have a distributed application. that is, there are a number of discrete components that (for this discussion) are distinct

Re: [zeromq-dev] Is there a zmq debug tool?

2016-08-25 Thread Kevin Sapper
Hi, you can use wireshark. There's a lua extension for wireshark that can handle zmtp messages https://github.com/whitequark/zmtp-wireshark. //Kevin 2016-08-25 9:02 GMT+00:00 zhangkai.gis : > Hello all, > I established a zmq push server(bind) in linux(192.168.2.225)