globus_net_manager
0.8
|
![]() |
The Net Manager Python module is an example module that provides basic Python language bindings to the Network Manager callout functionality. To use this example, define a python module that implements the some subset of the following functions:
The task_id, transport, local_contact, and remote_contact parameters to these functions are all string objects. The attrs parameter to these functions are lists of 3-tuples (scope, name, value).
To configure the network manager to use this module, set the "pymod" attribute in the "python" scope to the name of the python module to import and use. For example to use the "netman.py" module, add this attribute: ("python", "pymod", "netman").
To use this with the XIO module, set the string options module=python;pymod=netman;