PARTISAN: Scaling the Distributed Actor Runtime

PARTISAN: Scaling the Distributed Actor Runtime

Christopher S. Meiklejohn and Heather Miller, Carnegie Mellon University; Peter Alvaro, UC Santa Cruz

We present the design of an alternative runtime system for improved scalability and reduced latency in actor applications called PARTISAN. PARTISAN provides higher scalability by allowing the application developer to specify the network overlay used at runtime without changing application semantics, thereby specializing the network communication patterns to the application.

PARTISAN reduces message latency through a combination of three predominately automatic optimizations: parallelism, named channels, and affinitized scheduling. We implement a prototype of PARTISAN in Erlang and demonstrate that PARTISAN achieves up to an order of magnitude increase in the number of nodes the system can scale to through runtime overlay selection, up to a 38.07x increase in throughput, and up to a 13.5x reduction in latency over Distributed Erlang.

https://www.usenix.org/conference/atc19/presentation/meiklejohn

3 Likes

It’s around for quite some time now but I still have no idea how to use it in an Elixir application nor have I seen any guides about it.

3 Likes

Partisan: high performance large scale distributed Erlang

46 minute version from Code BEAM SF: 28 Feb - 01 Mar 2019

5 Likes