An Object-Oriented Framework for Efficient Data Access in Data Intensive Computing

  • Authors:
  • Tuan-Anh Nguyen;Pierre Kuonen

  • Affiliations:
  • -;-

  • Venue:
  • IPDPS '03 Proceedings of the 17th International Symposium on Parallel and Distributed Processing
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

Efficient data access is important to achieve high performance in data intensive computing. This paper presents a method of passive data access in the framework of ParoC++-a parallel object-oriented programming environment. ParoC++ extends C++ to distributed environments with the integration of user requirements into parallel objects. Passive data access enables thedata source to initiate and store data directly to a user-specified address space. This ability allows better overlapping between computation and communication by data prediction, partial data processing and auto-data aggregation from multiple sources. Some experiments have been done, showing the scalability and the efficiency of passive data access in ParoC++ compared to direct data access methods.