ZIO
Python and C++ interface to ZeroMQ and Zyre
Functions
zio.domo.tripping Namespace Reference

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)
 

Detailed Description

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

Function Documentation

◆ broker_task()

def zio.domo.tripping.broker_task (   fes_type,
  bes_type,
  verbose = False 
)

Definition at line 76 of file tripping.py.

◆ client_task()

def zio.domo.tripping.client_task (   ctx,
  pipe,
  stype,
  requests = 10000,
  verbose = False 
)

Definition at line 23 of file tripping.py.

◆ main()

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.

◆ worker_task()

def zio.domo.tripping.worker_task (   stype,
  verbose = False 
)

Definition at line 63 of file tripping.py.