中文
相关论文

相关论文: Serverless in the Wild: Characterizing and Optimiz…

200 篇论文

Function-as-a-service (FaaS) is a popular serverless computing paradigm for developing event-driven functions that elastically scale on public clouds. FaaS workflows, such as AWS Step Functions and Azure Durable Functions, are composed from…

分布式、并行与集群计算 · 计算机科学 2026-04-28 Varad Kulkarni , Nikhil Reddy , Tuhin Khare , Abhinandan S. Prasad , Chitra Babu , Yogesh Simmhan

In Function as a Service (FaaS), a serverless computing variant, customers deploy functions instead of complete virtual machines or Linux containers. It is the cloud provider who maintains the runtime environment for these functions. FaaS…

分布式、并行与集群计算 · 计算机科学 2022-06-16 Bartłomiej Przybylski , Paweł Żuk , Krzysztof Rzadca

Function-as-a-Service (FaaS) is a cloud computing paradigm offering an event-driven execution model to applications. It features serverless attributes by eliminating resource management responsibilities from developers, and offers…

分布式、并行与集群计算 · 计算机科学 2024-11-14 Siddharth Agarwal , Maria A. Rodriguez , Rajkumar Buyya

Function as a Service (FaaS) permits cloud customers to deploy to cloud individual functions, in contrast to complete virtual machines or Linux containers. All major cloud providers offer FaaS products (Amazon Lambda, Google Cloud…

分布式、并行与集群计算 · 计算机科学 2020-08-12 Pawel Zuk , Krzysztof Rzadca

Serverless computing, also referred to as Function-as-a-Service (FaaS), is a cloud computing model that has attracted significant attention and has been widely adopted in recent years. The serverless computing model offers an intuitive,…

分布式、并行与集群计算 · 计算机科学 2024-10-10 Michail Tsenos , Aristotelis Peri , Vana Kalogeraki

Function-as-a-Service (FaaS) has become a central paradigm in serverless cloud computing, yet optimizing FaaS deployments remains challenging. Using function fusion, multiple functions can be combined into a single deployment unit, which…

分布式、并行与集群计算 · 计算机科学 2026-01-19 Niklas Kowallik , Trever Schirmer , David Bermbach

Function-as-a-Service (FaaS) is one form of the serverless cloud computing paradigm and is defined through FaaS platforms (e.g., AWS Lambda) executing event-triggered code snippets (i.e., functions). Many studies that empirically evaluate…

性能 · 计算机科学 2020-07-21 Joel Scheuner , Philipp Leitner

Serverless computing along with Function-as-a-Service (FaaS) is forming a new computing paradigm that is anticipated to found the next generation of cloud systems. The popularity of this paradigm is due to offering a highly transparent…

分布式、并行与集群计算 · 计算机科学 2023-06-27 Chavit Denninnart , Thanawat Chanikaphon , Mohsen Amini Salehi

Serverless technologies, also known as FaaS (Function as a Service), are promoted as solutions that provide dynamic scalability, speed of development, cost-per-consumption model, and the ability to focus on the code while taking attention…

The serverless cloud computing model offers a framework where the service provider abstracts the underlying infrastructure management from developers. In this serverless model, FaaS provides an event-driven, function-oriented computing…

软件工程 · 计算机科学 2025-10-06 Siddharth Agarwal , Maria A. Rodriguez , Rajkumar Buyya

Serverless computing is a cloud computing paradigm that allows developers to focus exclusively on business logic as cloud service providers manage resource management tasks. Serverless applications follow this model, where the application…

分布式、并行与集群计算 · 计算机科学 2022-01-28 Anshul Jindal , Mohak Chadha , Shajulin Benedict , Michael Gerndt

The Function-as-a-Service (FaaS) execution model increases developer productivity by removing operational concerns such as managing hardware or software runtimes. Developers, however, still need to partition their applications into FaaS…

分布式、并行与集群计算 · 计算机科学 2024-10-22 Trever Schirmer , Joel Scheuner , Tobias Pfandzelter , David Bermbach

Rapid adoption of the serverless (or Function-as-a-Service, FaaS) paradigm, pioneered by Amazon with AWS Lambda and followed by numerous commercial offerings and open source projects, introduces new challenges in designing the cloud…

分布式、并行与集群计算 · 计算机科学 2019-04-01 Ping-Min Lin , Alex Glikson

Serverless Function-as-a-Service (FaaS) is a popular cloud paradigm to quickly and cheaply implement complex applications. Because the function instances cloud providers start to execute user code run on shared infrastructure, their…

分布式、并行与集群计算 · 计算机科学 2025-10-27 Trever Schirmer , Natalie Carl , Nils Höller , Tobias Pfandzelter , David Bermbach

Functions-as-a-Service (FaaS) is a Serverless Cloud paradigm where a platform manages the scheduling (e.g., resource allocation, runtime environments) of stateless functions. Recent work proposed using domain-specific languages to express…

分布式、并行与集群计算 · 计算机科学 2025-01-24 Giuseppe De Palma , Saverio Giallorenzo , Jacopo Mauro , Matteo Trentin , Gianluigi Zavattaro

Serverless computing is a growing and maturing field that is the focus of much research, industry interest and adoption. Previous works exploring Functions-as-a-Service providers have focused primarily on the most well known providers AWS…

分布式、并行与集群计算 · 计算机科学 2024-09-04 Nnamdi Ekwe-Ekwe , Lucas Amos

Function-as-a-Service (FaaS) is one of the most promising directions for the future of cloud services, and serverless functions have immediately become a new middleware for building scalable and cost-efficient microservices and…

分布式、并行与集群计算 · 计算机科学 2021-07-05 Marcin Copik , Grzegorz Kwasniewski , Maciej Besta , Michal Podstawski , Torsten Hoefler

Function as a Service (FaaS) paradigm is becoming widespread and is envisioned as the next generation of cloud systems that mitigate the burden for programmers and cloud solution architects. However, the FaaS abstraction only makes the…

分布式、并行与集群计算 · 计算机科学 2023-09-07 Pawissanutt Lertpongrujikorn , Mohsen Amini Salehi

Serverless computing is a popular cloud computing paradigm that frees developers from server management. Function-as-a-Service (FaaS) is the most popular implementation of serverless computing, representing applications as event-driven and…

分布式、并行与集群计算 · 计算机科学 2023-02-07 Xuanzhe Liu , Jinfeng Wen , Zhenpeng Chen , Ding Li , Junkai Chen , Yi Liu , Haoyu Wang , Xin Jin

Function-as-a-Service (FaaS) is a recent and already very popular paradigm in cloud computing. The function provider need only specify the function to be run, usually in a high-level language like JavaScript, and the service provider…

密码学与安全 · 计算机科学 2020-05-25 Fritz Alder , N. Asokan , Arseny Kurnikov , Andrew Paverd , Michael Steiner
‹ 上一页 1 2 3 10 下一页 ›