An implementation in Python using pyzmq.
For the specification of see
MDP - the Majordomo ProtocolThe implementation will make use of the more advanced parts of the pyzmq bindings, namely ioloop and streams.
For this reason, most of the code will not look like the examples in the guide. The examples in the guide are more or less direct translations of the C examples. But pyzmq does offer more than a shallow wrapper of the C API.
This is an example of how to use pyzmq, not a full blown solution for those who need one.
-
Guido Goldstein (https://github.com/guidog)
-
Solomon Hykes (https://github.com/shykes)