Dominik Charousset: Native Actors

Native Actors - A Scalable Software Platform for Distributed, Heterogeneous Environments
  • What INET Seminar
  • When Oct 22, 2013 from 03:00 PM to 04:00 PM (CET / UTC200)
  • Where R 360
  • Contact Name
  • Add event to calendar iCal

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 platform 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.

 

Slides