Design and Implementation of Distributed Task Sequencing on GridRPC
Design and Implementation of Distributed Task Sequencing on GridRPC
复制标题
GridRPC分布式任务排序的设计与实现
DOI:
10.1109/cit.2006.72
复制
发表时间:
2006
期刊:
影响因子:
--
通讯作者:
S. Sekiguchi
中科院分区:
文献类型:
--
作者:
Y. Tanimura;H. Nakada;Yoshio Tanaka;S. Sekiguchi
In the framework of GridRPC, a new function that allows direct data transfer between RPC servers is implemented for efficient execution of a Task Sequencing job in a grid environment. In Task Sequencing, RPC requires dependency between input and output parameters, which means output of a previous RPC becomes the input of the next RPC. In this study, the direct transfer of data is implemented using the grid filesystem without destroying the GridRPC programming model and without changing very many parts of the existing Ninf-G implementation. Our Task Sequencing API library analyzes RPC arguments to detect intermediate data after task submissions, and reports the information to GridRPC servers so that the intermediate data is created on the grid filesystem. Through our performance evaluation on LAN and on the Japan-US grid environment, it was verified that the function achieved performance improvement in distributed Task Sequencing.