Abstract

Dominik Charousset, Thomas C. Schmidt, Raphael Hiesgen, Matthias Wählisch,
Native Actors – A Scalable Software Platform for Distributed, Heterogeneous Environments,
In: Proc. of the 4rd ACM SIGPLAN Conference on Systems, Programming, and Applications (SPLASH '13), Workshop AGERE!, p. 87–96, ACM : New York, NY, USA, Oct. 2013.
[pdf][BibTeX][Abstract]

Abstract: Writing concurrent software is challenging, especially with low-level synchronization primitives such as threads or locks in shared memory environments. The actor model replaces implicit communication by an explicit message passing in a ``shared-nothing'' paradigm. It applies to concurrency as well as distribution, but has not yet entered the native programming domain. This paper contributes the design of a native actor extension for C++, and the report on a software platform that implements our design for (a) concurrent, (b) distributed, and (c) heterogeneous hardware environments. GPGPU and embedded hardware components are integrated in a transparent way. Our software plattform supports the development of scalable and efficient parallel software. It includes a lock-free mailbox algorithm with pattern matching facility for message processing. Thorough performance evaluations reveal an extraordinary small memory footprint in realistic application scenarios, while runtime performance not only outperforms existing mature actor implementations, but exceeds the scaling behavior of low-level message passing libraries such as OpenMPI.

Themes: Distributed Programming

 


This page generated by bibTOhtml on Thu 28 Mar 2024 12:05:05 AM UTC