Distributed File Streamer: A Framework for Distributed Application Data Coupling

  • Authors:
  • K. Chen;Z. Huang;B. Li;E. Huang;H. Rajic;R. Kuhn;W. Chen

  • Affiliations:
  • Intel China Research Center Ltd., Beijing 100080 China. kang.chen@intel.com;Intel China Research Center Ltd., Beijing 100080 China. zhiteng.huang@intel.com;Intel China Research Center Ltd., Beijing 100080 China. bingchen.li@intel.com;KSL, Software Products Division, Intel, Champaign, IL 61820 USA. eric.huang@intel.com;KSL, Software Products Division, Intel, Champaign, IL 61820 USA. hrabri.rajic@intel.com;KSL, Software Products Division, Intel, Champaign, IL 61820 USA. bob.kuhn@intel.com;Department of Computer Science and Technology, Tsinghua University, Beijing 100084 China. cwg@tsinghua.edu.cn

  • Venue:
  • GRID '06 Proceedings of the 7th IEEE/ACM International Conference on Grid Computing
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

File transfer is very common in a modern distributed computing environment. Protocols such as HTTP and FTP are designed for downloading or uploading files from/to servers. Some other tools such as `secure copy' are used to transfer files among hosts securely. In this paper, the file transfer is considered in the context of connecting distributed applications, what is an output of a data producer on one node would be an input of a data consumer on another node. Intermediate files are used as a medium to connect workflow computational phases, which is a common paradigm used in grid environments. Distributed File Streamer a.k.a. DFS, as its name implies, uses data streaming to couple distributed applications. Instead of waiting for a producer application for output to transfer completely to the consumer node, DFS streams the data over the network directly to a consumer program, managing the data flow efficiently and providing a framework for partial file consumption. This paper describes the architecture of the DFS framework, gives its performance model analysis, and provides results demonstrating DFS advantages over the traditional way on several examples.