中文
相关论文

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

200 篇论文

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

In recent years, the serverless paradigm has been widely adopted to develop cloud applications, as it enables building scalable solutions while delegating operational concerns such as infrastructure management and resource provisioning to…

分布式、并行与集群计算 · 计算机科学 2024-10-30 Giorgio Natale Buttiglieri , Luca De Martini , Alessandro Margara

Serverless computing has emerged as a new paradigm for running short-lived computations in the cloud. Due to its ability to handle IoT workloads, there has been considerable interest in running serverless functions at the edge. However, the…

分布式、并行与集群计算 · 计算机科学 2021-05-03 Bin Wang , Ahmed Ali-Eldin , Prashant Shenoy

Serverless computing and stream processing represent two dominant paradigms for event-driven data processing, yet both make assumptions that render them inefficient for short-running, lightweight, and unpredictable streams that require…

分布式、并行与集群计算 · 计算机科学 2026-03-04 Natalie Carl , Niklas Kowallik , Constantin Stahl , Trever Schirmer , Tobias Pfandzelter , David Bermbach

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

With the emergence of network softwarization trend, traditional networking services offered by Internet providers are expected to evolve by fully leveraging new recent technologies like network function virtualization and software defined…

网络与互联网体系结构 · 计算机科学 2022-03-03 Tarik Moufakir , Mohamed Faten Zhani , Abdelouahed Gherbi , Moayad Aloqaily , Nadir Ghrada

In recent years Serverless Computing has emerged as a compelling cloud based model for the development of a wide range of data-intensive applications. However, rapid container provisioning introduces non-trivial challenges for FaaS cloud…

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

Serverless computing has emerged as a prominent paradigm, with a significant adoption rate among cloud customers. While this model offers advantages such as abstraction from the deployment and resource scheduling, it also poses limitations…

分布式、并行与集群计算 · 计算机科学 2025-03-26 Larissa Schmid , Marcin Copik , Alexandru Calotoiu , Laurin Brandner , Anne Koziolek , Torsten Hoefler

Serverless edge computing adopts an event-based paradigm that provides back-end services on an as-used basis, resulting in efficient resource utilization. To improve the end-to-end latency and revenue, service providers need to optimize the…

网络与互联网体系结构 · 计算机科学 2023-10-09 Chen Chen , Manuel Herrera , Ge Zheng , Liqiao Xia , Zhengyang Ling , Jiangtao Wang

Applications that fuse machine learning and simulation can benefit from the use of multiple computing resources, with, for example, simulation codes running on highly parallel supercomputers and AI training and inference tasks on…

分布式、并行与集群计算 · 计算机科学 2023-12-04 Logan Ward , J. Gregory Pauloski , Valerie Hayot-Sasson , Ryan Chard , Yadu Babuji , Ganesh Sivaraman , Sutanay Choudhury , Kyle Chard , Rajeev Thakur , Ian Foster

Serverless computing is an approach to cloud computing that allows programmers to run serverless functions in response to external events. Serverless functions are priced at sub-second granularity, support transparent elasticity, and…

分布式、并行与集群计算 · 计算机科学 2020-08-05 Emily Herbert , Arjun Guha

Serverless computing has emerged as an attractive deployment option for cloud applications in recent times. The unique features of this computing model include, rapid auto-scaling, strong isolation, fine-grained billing options and access…

分布式、并行与集群计算 · 计算机科学 2021-06-02 Anupama Mampage , Shanika Karunasekera , Rajkumar Buyya

Serverless computing, with its operational simplicity and on-demand scalability, has become a preferred paradigm for deploying workflow applications. However, resource allocation for workflows, particularly those with branching structures,…

分布式、并行与集群计算 · 计算机科学 2025-04-10 Long Chen , Xinshuai Hua , Jinquan Zhang , Wenshuai Li , Xiaoping Li , Shijie Guo

The serverless computing model has evolved as one of the key solutions in the cloud for fast autoscaling and capacity planning. In edge computing environments, however, the serverless model is challenged by the system heterogeneity and…

网络与互联网体系结构 · 计算机科学 2022-09-08 Francisco Carpio , Marc Michalke , Admela Jukan

Serverless functions provide elastic scaling and a fine-grained billing model, making Function-as-a-Service (FaaS) an attractive programming model. However, for distributed jobs that benefit from large-scale and dynamic parallelism, the…

分布式、并行与集群计算 · 计算机科学 2023-05-16 Marcin Copik , Roman Böhringer , Alexandru Calotoiu , Torsten Hoefler

Serverless computing provides just-in-time infrastructure provisioning with rapid elasticity and a finely-grained pricing model. As full control of resource allocation is in the hands of the cloud provider and applications only consume…

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

Existing serverless data analytics systems rely on external storage services like S3 for data shuffling and communication between cloud functions. While this approach provides the elasticity benefits of serverless computing, it incurs…

数据库 · 计算机科学 2024-04-23 Gang Liao , Amol Deshpande , Daniel J. Abadi

The Industry 4.0 revolution has been made possible via AI-based applications (e.g., for automation and maintenance) deployed on the serverless edge (aka fog) computing platforms at the industrial sites -- where the data is generated.…

分布式、并行与集群计算 · 计算机科学 2024-01-17 Razin Farhan Hussain , Mohsen Amini Salehi

Serverless computing is an excellent fit for big data processing because it can scale quickly and cheaply to thousands of parallel functions. Existing serverless platforms isolate functions in ephemeral, stateless containers, preventing…

分布式、并行与集群计算 · 计算机科学 2020-06-22 Simon Shillaker , Peter Pietzuch

The Dynamic Scalability of resources, a problem in Infrastructure as a Service (IaaS) has been the hotspot for research and industry communities. The heterogeneous and dynamic nature of the Cloud workloads depends on the Quality of Service…

分布式、并行与集群计算 · 计算机科学 2014-11-26 Sukhpal Singh , Inderveer Chana