English

Accelerating Communications in Federated Applications with Transparent Object Proxies

Distributed, Parallel, and Cluster Computing 2023-08-31 v3

Abstract

Advances in networks, accelerators, and cloud services encourage programmers to reconsider where to compute -- such as when fast networks make it cost-effective to compute on remote accelerators despite added latency. Workflow and cloud-hosted serverless computing frameworks can manage multi-step computations spanning federated collections of cloud, high-performance computing (HPC), and edge systems, but passing data among computational steps via cloud storage can incur high costs. Here, we overcome this obstacle with a new programming paradigm that decouples control flow from data flow by extending the pass-by-reference model to distributed applications. We describe ProxyStore, a system that implements this paradigm by providing object proxies that act as wide-area object references with just-in-time resolution. This proxy model enables data producers to communicate data unilaterally, transparently, and efficiently to both local and remote consumers. We demonstrate the benefits of this model with synthetic benchmarks and real-world scientific applications, running across various computing platforms.

Keywords

Cite

@article{arxiv.2305.09593,
  title  = {Accelerating Communications in Federated Applications with Transparent Object Proxies},
  author = {J. Gregory Pauloski and Valerie Hayot-Sasson and Logan Ward and Nathaniel Hudson and Charlie Sabino and Matt Baughman and Kyle Chard and Ian Foster},
  journal= {arXiv preprint arXiv:2305.09593},
  year   = {2023}
}

Comments

Accepted for publication at the International Conference for High Performance Computing, Networking, Storage and Analysis (SC23)

R2 v1 2026-06-28T10:36:06.748Z