zoukankan      html  css  js  c++  java
  • GT3.9.5中新增的DRS服务

    在看资料时发现最新的GT3.9.5中的数据管理部分加了个Data Replication Service。官方网站上介绍,它的功能主要是产生本地的副本,即使用RFT把网格中需要的文件传输到本地,并自动向RLS注册副本。
    下面是原文介绍:
    The Data Replication Service (DRS) is a technical preview provided with the Globus Toolkit 3.9.5 and first appears in the GT 3.9.5 Beta release. The primary functionality of the component allows users to identify a set of desired files existing in their Grid environment, to make local replicas of those data files by transfering files from one or more source locations, and to register the new replicas in a Replica Location Service. The DRS conforms to the WS-RF specification and exposes a WS-Resource (called a "Replicator" resource) which represents the transactional state of the requested replication activity and allows users to query or subscribe to various Resource Properties in order to monitor the state of the resource. The DRS is built on the GT 3.9.5 Java WS Core and uses the Globus RLS to locate and register replicas and the Globus RFT to transfer files. The service also depends on use of a standard database server via JDBC interfaces. A client tool is included that allows users to submit a request file as a command line paramater that contains a list of data files to be replicated at the site. The client tool creates a Replicator resource to maintain state for the replication operation.
  • 相关阅读:
    jquery总结01-基本概念和选择器
    git学习笔记总结
    git学习笔记12-标签管理-版本
    vue 图片下载到本地,图片保存到本地
    Failed to mount component: template or render function not defined.
    javascript 错误监控
    javascript 跨域 的几种方法
    解决跨域脚本攻击 XSS
    标准时间转YYYY-MMM-DD
    javascript时间戳和日期字符串相互转换
  • 原文地址:https://www.cnblogs.com/wonderow/p/114085.html
Copyright © 2011-2022 走看看