<div class="csl-bib-body">
<div class="csl-entry">Arcanjo Marcelino, C. K., Shahhoud, J., & Nastic, S. (2024). <i>GoldFish: Serverless Actors with Short-Term Memory State for the Edge-Cloud Continuum</i>. arXiv. https://doi.org/10.34726/9719</div>
</div>
-
dc.identifier.uri
http://hdl.handle.net/20.500.12708/216046
-
dc.identifier.uri
https://doi.org/10.34726/9719
-
dc.description
https://github.com/polaris-slo-cloud/goldfish
-
dc.description.abstract
Serverless Computing is a computing paradigm that provides efficient infrastructure management and elastic scalability. Serverless functions scale up or down based on demand, which means that functions are not directly addressable and rely on platform-managed invocation. Serverless stateless nature requires functions to leverage external services, such as object storage and KVS, to exchange data. Serverless actors have emerged as a solution to these issues. However, the state-of-the-art serverless lifecycle and event-trigger invocation force actors to leverage remote services to manage their state and exchange data, which impacts the performance and incurs additional costs and dependency on third-party services.
To address these issues, in this paper, we introduce a novel serverless lifecycle model that allows short-term stateful actors, enabling actors to maintain their state between executions. Additionally, we propose a novel serverless Invocation Model that enables serverless actors to influence the processing of future messages. We present GoldFish, a lightweight WebAssembly short-term stateful serverless actor platform that provides a novel serverless actor lifecycle and invocation model. GoldFish leverages WebAssembly to provide the actors with lightweight sandbox isolation, making them suitable for the Edge-Cloud Continuum, where computational resources are limited. Experimental results show that GoldFish optimizes the data exchange latency by up to 92% and increases the throughput by up to 10x compared to OpenFaaS and Spin.
en
dc.description.sponsorship
FFG - Österr. Forschungsförderungs- gesellschaft mbH
-
dc.description.sponsorship
European Commission
-
dc.language.iso
en
-
dc.rights.uri
http://rightsstatements.org/vocab/InC/1.0/
-
dc.subject
Serverless computing
en
dc.subject
WebAssembly
en
dc.subject
Wasm
en
dc.subject
FaaS
en
dc.subject
Actor Model
en
dc.subject
Serverless actor
en
dc.subject
Data-Intensive Workflows
en
dc.subject
Edge-Cloud
en
dc.title
GoldFish: Serverless Actors with Short-Term Memory State for the Edge-Cloud Continuum