vix.ing · top · new · best · stats · spec

Towards an Empirical Study of Affine Types for Isolated Actors in Scala

2017/04/11 by Philipp Haller, Fredrik Sommar
Computer Science · #cs.PL

paper · pdf · doi:10.4204/eptcs.246.3

published as EPTCS 246, 2017, pp. 3-9 · In Proceedings PLACES 2017, arXiv:1704.02418

arxiv created 2017/04/11 · arxiv updated 2017/04/12

Abstract

LaCasa is a type system and programming model to enforce the object capability discipline in Scala, and to provide affine types. One important application of LaCasa's type system is software isolation of concurrent processes. Isolation is important for several reasons including security and data-race freedom. Moreover, LaCasa's affine references enable efficient, by-reference message passing while guaranteeing a "deep-copy" semantics. This deep-copy semantics enables programmers to seamlessly port concurrent programs running on a single machine to distributed programs running on large-scale clusters of machines. This paper presents an integration of LaCasa with actors in Scala, specifically, the Akka actor-based middleware, one of the most widely-used actor systems in industry. The goal of this integration is to statically ensure the isolation of Akka actors. Importantly, we present the results of an empirical study investigating the effort required to use LaCasa's type system in existing open-source Akka-based systems and applications.

Citations