Proceedings of the 11th ACM Symposium on Cloud Computing 2020
DOI: 10.1145/3419111.3421277
|View full text |Cite
|
Sign up to set email alerts
|

Kappa

Abstract: Serverless computing has recently emerged as a new paradigm for running software on the cloud. In this paradigm, programs need to be expressed as a set of short-lived tasks, each of which can complete within a short bounded time (e.g., 15 minutes on AWS Lambda). Serverless computing is beneficial to cloud providers-by allowing them to better utilize resources-and to users-by simplifying management and enabling greater elasticity. However, developing applications to run in this environment is challenging, requi… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
3
3
1

Relationship

0
7

Authors

Journals

citations
Cited by 42 publications
(3 citation statements)
references
References 42 publications
(69 reference statements)
0
3
0
Order By: Relevance
“…For their implementation, authors introduced a new domain-specific language "LAmbdaPACK" [15]. Zhang et al, proposed a new serverless framework "Kappa", that used a check-pointing mechanism to control function execution time-out [33].…”
Section: Related Workmentioning
confidence: 99%
“…For their implementation, authors introduced a new domain-specific language "LAmbdaPACK" [15]. Zhang et al, proposed a new serverless framework "Kappa", that used a check-pointing mechanism to control function execution time-out [33].…”
Section: Related Workmentioning
confidence: 99%
“…Prior work attempts to overcome the missing locality in three main ways: (1) with a fast remote storage [64], [152], [153], (2) by specializing the system (e.g., making a DAG a first-class concept [85], [156], [158]), or (3) by using functions as (short-lived) containers (e.g., gg longlived mode [15], numpywren [13], or Kappa [155]). Unfortunately, these approaches are either inefficient, or give up some of the key benefits of the FaaS paradigm.…”
Section: Lack Of Localitymentioning
confidence: 99%
“…Replacing serverless frameworks with containers (such as AWS Fargate) enables existing frameworks to run. Another alternative is to use serverless functions as containers by setting up long-lived functions with reverse connections to a central controller [13], [15], [155]. Both container variants require provisioning servers and break serverless simplicity.…”
Section: Related Workmentioning
confidence: 99%