On 08/23/2012 08:06 PM, Pieter Hintjens wrote: > On Thu, Aug 23, 2012 at 7:40 PM, andrea crotti > <[email protected]> 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 > [email protected] > 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? _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
