ZIO
Python and C++ interface to ZeroMQ and Zyre
|
Functions | |
def | client_task (ctx, pipe, stype, requests=10000, verbose=False) |
def | worker_task (stype, verbose=False) |
def | broker_task (fes_type, bes_type, verbose=False) |
def | main (fes_type=zmq.ROUTER, bes_type=zmq.ROUTER, requests=10000, verbose=False) |
Round-trip demonstrator While this example runs in a single process, that is just to make it easier to start and stop the example. Client thread signals to main when it's ready. Originally from Zguide examples, generalized to use CLIENT/SERVER by brett.viren@gmail.com
def zio.domo.tripping.broker_task | ( | fes_type, | |
bes_type, | |||
verbose = False |
|||
) |
Definition at line 76 of file tripping.py.
def zio.domo.tripping.client_task | ( | ctx, | |
pipe, | |||
stype, | |||
requests = 10000 , |
|||
verbose = False |
|||
) |
Definition at line 23 of file tripping.py.
def zio.domo.tripping.main | ( | fes_type = zmq.ROUTER , |
|
bes_type = zmq.ROUTER , |
|||
requests = 10000 , |
|||
verbose = False |
|||
) |
Definition at line 126 of file tripping.py.
def zio.domo.tripping.worker_task | ( | stype, | |
verbose = False |
|||
) |
Definition at line 63 of file tripping.py.