globus_ftp_client_restart_plugin(3) | Library Functions Manual | globus_ftp_client_restart_plugin(3) |
globus_ftp_client_restart_plugin - Restart Plugin
- Restart Plugin.
#define GLOBUS_FTP_CLIENT_RESTART_PLUGIN_MODULE
(&globus_i_ftp_client_restart_plugin_module)
globus_result_t globus_ftp_client_restart_plugin_init
(globus_ftp_client_plugin_t *plugin, int max_retries,
globus_reltime_t *interval, globus_abstime_t *deadline)
globus_result_t globus_ftp_client_restart_plugin_destroy
(globus_ftp_client_plugin_t *plugin)
Restart Plugin.
The restart plugin implements one scheme for providing reliability functionality for the FTP Client library. Other plugins may be developed to provide other methods of reliability.
The specific functionality of this plugin is to restart any FTP operation when a fault occurs. The plugin's operation is parameterized to control how often and when to attempt to restart the operation.
This restart plugin will restart an FTP operation if a noticeable fault has occurred---a connection timing out, a failure by the server to process a command, a protocol error, an authentication error.
This plugin has three user-configurable parameters; these are the maximum number of retries to attempt, the interval to wait between retries, and the deadline after which no further retries will be attempted. These are set by initializing a restart plugin instance with the function globus_ftp_client_restart_plugin_init().
Module descriptor
Destroy an instance of the GridFTP restart plugin
This function will free all restart plugin-specific instance data from this plugin, and will make the plugin unusable for further ftp handle creation.
Existing FTP client handles and handle attributes will not be affected by destroying a plugin associated with them, as a local copy of the plugin is made upon handle initialization.
Parameters
Returns
See also
Initialize an instance of the GridFTP restart plugin
This function will initialize the plugin-specific instance data for this plugin, and will make the plugin usable for ftp client handle attribute and handle creation.
Parameters
Returns
See also
Generated automatically by Doxygen for globus_ftp_client from the source code.
Version 9.8 | globus_ftp_client |