[zeromq-dev] Talk about ZeroMQ
andrea crotti
andrea.crotti.0 at gmail.com
Tue Sep 25 11:05:48 CEST 2012
The talk will be this Saturday and the slides are finally taking shape..
First question, am I allowed to "steal" some of the graphs from the
official guide??
I'm using hieroglyph to generate the slides in RST, and they are available here:
https://github.com/AndreaCrotti/pyconuk2012_slides
I also found out that Sphinx supports DITAA so in theory I can just
nicely drop the ditaa diagrams (and make some myself), and they will
be rendered and pasted into the slide.
See here for the (very far from being ready) rst file.
https://raw.github.com/AndreaCrotti/pyconuk2012_slides/master/zeromq/zeromq.rst
The program I will use to show all the nice things is this, so simply
- splitting a big array
- sending it around
- some workers fetch it and sum the subparts
- the sink shows the final result
https://github.com/AndreaCrotti/pyconuk2012_slides/tree/master/code/zmq/simple
Very simple but should be good enough, any idea is welcome though..
More information about the zeromq-dev
mailing list