Copyright Notice:

The documents distributed by this server have been provided by the contributing authors as a means to ensure timely dissemination of scholarly and technical work on a noncommercial basis. Copyright and all rights therein are maintained by the authors or by other copyright holders, notwithstanding that they have offered their works here electronically. It is understood that all persons copying this information will adhere to the terms and constraints invoked by each author's copyright. These works may not be reposted without the explicit permission of the copyright holder.

Publications of SPCL

M. Copik, A. Calotoiu, R. Bruno, G. Rethy, R. Böhringer, T. Hoefler:

 Process-as-a-Service: Elastic and Stateful Serverless with Cloud Processes

(Jan. 2022)

Abstract

Fine-grained and ephemeral functions power many new applications that benefit from elastic scaling and pay-as-you-use billing model with minimal infrastructure management overhead. To achieve these properties, Function-as-a-Service (FaaS) platforms disaggregate compute and state and, consequently, introduce non-trivial costs due to data locality loss, complex control plane interactions, and expensive communication to access state. We revisit the foundations of FaaS and propose a new cloud abstraction, cloud process, that retains all the benefits of FaaS while significantly reducing the overheads that result from the disaggregation. We show how established operating system abstractions can be adapted to provide powerful granular computing on dynamically provisioned cloud resources while building our Process as a Service (PraaS) platform. PraaS improves current FaaS by offering data locality, fast invocations, and efficient communication. PraaS delivers invocations up to 32 times faster and reduces communication overhead by up to 99%.

Documents

download article:
 

BibTeX

@techreport{,
  author={Marcin Copik and Alexandru Calotoiu and Rodrigo Bruno and Gyorgy Rethy and Roman Böhringer and Torsten Hoefler},
  title={{Process-as-a-Service: Elastic and Stateful Serverless with Cloud Processes}},
  year={2022},
  month={01},
}