中文
相关论文

相关论文: FaaSKeeper: Learning from Building Serverless Serv…

200 篇论文

Function-as-a-Service (FaaS) enables developers to run serverless applications without managing operational tasks. In current FaaS platforms, both synchronous and asynchronous calls are executed immediately. In this paper, we present…

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

Function-as-a-Service is a novel type of cloud service used for creating distributed applications and utilizing computing resources. Application developer supplies source code of cloud functions, which are small applications or application…

分布式、并行与集群计算 · 计算机科学 2019-09-10 Maciej Pawlik , Kamil Figiela , Maciej Malawski

Global corporations (e.g., Google and Microsoft) have recently introduced a new model of cloud services, fuzzing-as-a-service (FaaS). Despite effectively alleviating the cost of fuzzing, the model comes with privacy concerns. For example,…

密码学与安全 · 计算机科学 2019-09-26 Fan Sang , Daehee Jang , Ming-Wei Shih , Taesoo Kim

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

The rapid growth of data generated from Internet of Things (IoTs) such as smart phones and smart home devices presents new challenges to cloud computing in transferring, storing, and processing the data. With increasingly more powerful edge…

分布式、并行与集群计算 · 计算机科学 2026-02-17 Runyu Jin , Qirui Yang

Serverless computing -- an emerging cloud-native paradigm for the deployment of applications and services -- represents an evolution in cloud application development, programming models, abstractions, and platforms. It promises a real…

分布式、并行与集群计算 · 计算机科学 2019-06-10 Paul Castro , Vatche Ishakian , Vinod Muthusamy , Aleksander Slominski

Exploding data volumes and velocities, new computational methods and platforms, and ubiquitous connectivity demand new approaches to computation in the sciences. These new approaches must enable computation to be mobile, so that, for…

分布式、并行与集群计算 · 计算机科学 2020-05-12 Ryan Chard , Yadu Babuji , Zhuozhao Li , Tyler Skluzacek , Anna Woodard , Ben Blaiszik , Ian Foster , Kyle Chard

Due to the high scalability, infrastructure management, and pay-per-use pricing model, serverless computing has been adopted in a wide range of applications such as real-time data processing, IoT, and AI-related workflows. However,…

分布式、并行与集群计算 · 计算机科学 2025-05-01 Cynthia Marcelino , Sebastian Gollhofer-Berger , Thomas Pusztai , Stefan Nastic

Experimental data can aid in gaining insights about a system operation, as well as determining critical aspects of a modelling or simulation process. In this paper, we analyze the data acquired from an extensive experimentation process in a…

Serverless computing promises convenient abstractions for developing and deploying functions that execute in response to events. In such Function-as-a-Service (FaaS) platforms, scheduling is an integral task, but current scheduling…

分布式、并行与集群计算 · 计算机科学 2025-07-08 Saman Akbari , Manfred Hauswirth

Abstract The cloud computing is a key computing approach adopted by many organizations in order to share resources. It provides Everything As-A-Service (XaaS). Software-As-A-Service is an important resource on the cloud computing…

软件工程 · 计算机科学 2019-05-28 Dhanamma Jagli , Seema Purohit , N. Subash Chandra

The Function-as-a-service (FaaS) computing model has recently seen significant growth especially for highly scalable, event-driven applications. The easy-to-deploy and cost-efficient fine-grained billing of FaaS is highly attractive to big…

分布式、并行与集群计算 · 计算机科学 2023-09-11 Yuze Li , Kevin Assogba , Abhijit Tripathy , Moiz Arif , M. Mustafa Rafique , Ali R. Butt , Dimitrios Nikolopoulos

Aggregated HPC resources have rigid allocation systems and programming models which struggle to adapt to diverse and changing workloads. Consequently, HPC systems fail to efficiently use the large pools of unused memory and increase the…

分布式、并行与集群计算 · 计算机科学 2024-07-29 Marcin Copik , Marcin Chrapek , Larissa Schmid , Alexandru Calotoiu , Torsten Hoefler

In FaaS, users invoke remote functions, which encapsulate service(s). These functions typically need to remotely access a persistent state via external services: this makes the paradigm less attractive in edge systems, especially for IoT…

网络与互联网体系结构 · 计算机科学 2022-09-12 Carlo Puliafito , Claudio Cicconetti , Marco Conti , Enzo Mingozzi , Andrea Passarella

In recent years, serverless computing, especially Function as a Service (FaaS), is rapidly growing in popularity as a cloud programming model. The serverless computing model provides an intuitive interface for developing cloud-based…

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

Serverless computing, in particular the Function-as-a-Service (FaaS) execution model, has recently shown to be effective for running large-scale computations. However, little attention has been paid to highly-parallel applications with…

分布式、并行与集群计算 · 计算机科学 2022-07-01 Gerard Finol , Gerard París , Pedro García-López , Marc Sánchez-Artigas

Enterprises are driving towards less cost, more availability, agility, managed risk - all of which is accelerated towards Cloud Computing. Cloud is not a particular product, but a way of delivering IT services that are consumable on demand,…

分布式、并行与集群计算 · 计算机科学 2013-08-07 Arokia Paul Rajan , Shanmugapriyaa

Serverless computing has seen rapid growth due to the ease-of-use and cost-efficiency it provides. However, function scheduling, a critical component of serverless systems, has been overlooked. In this paper, we take a first-principles…

分布式、并行与集群计算 · 计算机科学 2021-11-16 Kostis Kaffes , Neeraja J. Yadwadkar , Christos Kozyrakis

Function-as-a-Service (FaaS) is an event-driven serverless cloud computing model in which small, stateless functions are invoked in response to events, such as HTTP requests, new database entries, or messages. Current FaaS platform assume…

分布式、并行与集群计算 · 计算机科学 2025-10-14 Natalie Carl , Trever Schirmer , Niklas Kowallik , Joshua Adamek , Tobias Pfandzelter , Sergio Lucia , David Bermbach

Modern FaaS systems perform well in the case of repeat executions when function working sets stay small. However, these platforms are less effective when applied to more complex, large-scale and dynamic workloads. In this paper, we…

操作系统 · 计算机科学 2019-10-04 James Cadden , Thomas Unger , Yara Awad , Han Dong , Orran Krieger , Jonathan Appavoo