[zeromq-dev] Talk about ZeroMQ

Andrea Crotti andrea.crotti.0 at gmail.com
Thu Aug 23 21:22:21 CEST 2012


On 08/23/2012 08:06 PM, Pieter Hintjens wrote:
> On Thu, Aug 23, 2012 at 7:40 PM, andrea crotti
> <andrea.crotti.0 at gmail.com> wrote:
>
>> What do you think?
>> Anything I can have a look at?
> There are a lot of multithreading examples in the Guide.
>
> If you want to introduce 0MQ, consider this sketch:
> http://www.zeromq.org/topics:omq-is-just-sockets
>
> -Pieter
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Thanks the link is nice..
For the threading it would be nice to see a small example of something 
that looks good,
but will fail miserably under some specific conditions, and then take 
the same thing
and rewrite it using processes and ZeroMQ to communicate..

Another thing which would extra nice for a presentation is a way to 
graph in real-time what's happening
between the various sockets (messages sent and received).

I think technically with a layer around zmq that intercepts all the 
socket creation/send/receive
it might work, maybe using graphviz or networkx or some other graphical 
library..
Is there anything like that already?



More information about the zeromq-dev mailing list