中文
相关论文

相关论文: Costless: Optimizing Cost of Serverless Computing …

200 篇论文

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

Cloud computing provides scientists a platform that can deploy computation and data intensive applications without infrastructure investment. With excessive cloud resources and a decision support system, large generated data sets can be…

分布式、并行与集群计算 · 计算机科学 2016-01-27 Dong Yuan , Lizhen Cui , Xiao Liu , Erjiang Fu , Yun Yang

We study online resource allocation in a cloud computing platform, through a posted pricing mechanism: The cloud provider publishes a unit price for each resource type, which may vary over time; upon arrival at the cloud system, a cloud…

网络与互联网体系结构 · 计算机科学 2017-04-20 Zijun Zhang , Zongpeng Li , Chuan Wu

Federated learning protects users' data privacy through sharing users' local model parameters (instead of raw data) with a server. However, when massive users train a large machine learning model through federated learning, the dynamically…

网络与互联网体系结构 · 计算机科学 2023-10-02 Ningning Ding , Lin Gao , Jianwei Huang

In recent years, there has been a surge in the adoption of serverless computing due to the ease of deployment, attractive pay-per-use pricing, and transparent horizontal auto-scaling. At the same time, infrastructure advancements such as…

分布式、并行与集群计算 · 计算机科学 2022-09-15 Paul Castro , Vatche Isahagian , Vinod Muthusamy , Aleksander Slominski

Serverless computing is an emerging service model in distributed computing systems. The term captures cloud-based event-driven distributed application design and stems from its completely resource-transparent deployment model, i.e.…

分布式、并行与集群计算 · 计算机科学 2019-01-10 Manuel Stein

We study the design of caching policies in applications such as serverless computing where there is not a fixed size cache to be filled, but rather there is a cost associated with the time an item stays in the cache. We present a model for…

计算机科学与博弈论 · 计算机科学 2023-09-08 Sushirdeep Narayana , Ian A. Kash

Cloud object storage such as AWS S3 is cost-effective and highly elastic but relatively slow, while high-performance cloud storage such as AWS ElastiCache is expensive and provides limited elasticity. We present a new cloud storage service…

分布式、并行与集群计算 · 计算机科学 2023-03-20 Jingyuan Zhang , Ao Wang , Xiaolong Ma , Benjamin Carver , Nicholas John Newman , Ali Anwar , Lukas Rupprecht , Dimitrios Skourtis , Vasily Tarasov , Feng Yan , Yue Cheng

Recent advancements in Large Language Models (LLMs) have led to increasingly diverse requests, accompanied with varying resource (compute and memory) demands to serve them. However, this in turn degrades the cost-efficiency of LLM serving…

分布式、并行与集群计算 · 计算机科学 2025-06-06 Youhe Jiang , Fangcheng Fu , Xiaozhe Yao , Guoliang He , Xupeng Miao , Ana Klimovic , Bin Cui , Binhang Yuan , Eiko Yoneki

Serverless computing has emerged as a new execution model which gained a lot of attention in cloud computing thanks to the latest advances in containerization technologies. Recently, serverless has been adopted at the edge, where it can…

网络与互联网体系结构 · 计算机科学 2023-05-24 Mounir Bensalem , Francisco Carpio , Admela Jukan

Serverless applications are typically composed of function workflows in which multiple short-lived functions are triggered to exchange data in response to events or state changes. Current serverless platforms coordinate and trigger…

分布式、并行与集群计算 · 计算机科学 2022-09-30 Minchen Yu , Tingjia Cao , Wei Wang , Ruichuan Chen

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

The Function-as-a-Service (FaaS) paradigm has a lot of potential as a computing model for fog environments comprising both cloud and edge nodes, as compute requests can be scheduled across the entire fog continuum in a fine-grained manner.…

分布式、并行与集群计算 · 计算机科学 2021-11-24 David Bermbach , Jonathan Bader , Jonathan Hasenburg , Tobias Pfandzelter , Lauritz Thamsen

A fundamental goal in the design of IaaS service is to enable both user-friendly and cost-effective service access, while attaining high resource efficiency for revenue maximization. QoS differentiation is an important lens to achieve this…

分布式、并行与集群计算 · 计算机科学 2018-03-28 Xiaohu Wu , Francesco De Pellegrini

We study the market design of keep-alive caching policies applicable in serverless computing. Prior work has assumed that the cost of a cache miss (cold start) is uniform across all customer applications. However, the cost of a cache miss…

计算机科学与博弈论 · 计算机科学 2026-03-04 Sushirdeep Narayana , Ian A. Kash

Running data analytics queries on serverless (FaaS) workers has been shown to be cost- and performance-efficient for a variety of real-world scenarios, including intermittent query arrival patterns, sudden load spikes and management…

数据库 · 计算机科学 2025-10-30 Shyam Jesalpura , Shengda Zhu , Amir Shaikhha , Antonio Barbalace , Boris Grot

We investigate fusing several unreliable computational units that perform the same task. We model an unreliable computational outcome as an additive perturbation to its error-free result in terms of its fidelity and cost. We analyze…

性能 · 计算机科学 2017-05-23 Mehmet A. Donmez , Maxim Raginsky , Andrew C. Singer , Lav R. Varshney

Serverless computing has gained significant traction for machine learning inference applications, which are often deployed as serverless workflows consisting of multiple CPU and GPU functions with data dependency. However, existing…

分布式、并行与集群计算 · 计算机科学 2024-11-05 Hao Wu , Junxiao Deng , Minchen Yu , Yue Yu , Yaochen Liu , Hao Fan , Song Wu , Wei Wang

Electricity cost is a dominant and rapidly growing expense in data centers. Unfortunately, much of the consumed energy is wasted because servers are idle for extended periods of time. We study a capacity management problem that dynamically…

数据结构与算法 · 计算机科学 2021-08-02 Susanne Albers , Jens Quedenfeld

Provided with mobile edge computing (MEC) services, wireless devices (WDs) no longer have to experience long latency in running their desired programs locally, but can pay to offload computation tasks to the edge server. Given its limited…

网络与互联网体系结构 · 计算机科学 2020-11-05 Jia Yan , Suzhi Bi , Lingjie Duan , Ying-Jun Angela Zhang