Beispiel #1
0
def main():
    context = zmq.Context()
    run_children(context, 3)
    controller = Proxy.Controller(context)
    controller.run()