Software Links
Getting Started
- Doc Structure
- A Globus Primer
- Globus Is Modular!
- Quickstart
- Installing GT
- Platform Notes
- Migrating from GT2
- Migrating from GT3
Reference
- PDF version
- Best Practices
- Coding Guidelines
- API docs
- Public Interfaces
- Resource Properties
- Samples
- Glossary
- Performance Studies
Common Runtime
Security
Data Mgt
Information Svcs
Execution Mgt
Table of Contents
Here we describe a GPT bundle of some useful GlobusXIO drivers. The drivers are not packaged with the standard globus release because they require external dependencies, or are otherwise best distributed in a seperate release. Here you can get each driver individually, or a bundle of all the drivers.
UDT Reference Driver 4.1.1
This driver uses the reference implementation of UDT provided at LINK and the Globus XIO wrapblock feature to create a Globus XIO UDT driver.
Token Bucket Bandwidth Limiting Driver 4.1.1
This is a bandwidth limiting driver. It allows the user to specify a bandwidth cap for a given connection.
Features
String Options
- rate=
- read_rate=
- write_rate=
- period=
- read_period=
- write_period=
popen Driver 4.1.1
This driver will run an executable program with pipes connecting STDIN and STDOUT of the program to this Globus XIO driver. In this way buffers are routed from Globus XIO to the executable. This driver is most notably used with ssh for running remote programs over a secure link.
String Options
- blocking=
- pass_env=
- argv=
Netlogger Driver 4.1.1
This driver observes IO events on a driver stack and uses netlogger to log these events.
String Options
- filename=
- mask=
- type=
- id=