中文
相关论文

相关论文: Shabari: Delayed Decision-Making for Faster and Ef…

200 篇论文

Serverless functions are a cloud computing paradigm where the provider takes care of resource management tasks such as resource provisioning, deployment, and auto-scaling. The only resource management task that developers are still in…

分布式、并行与集群计算 · 计算机科学 2021-06-08 Simon Eismann , Long Bui , Johannes Grohmann , Cristina L. Abad , Nikolas Herbst , Samuel Kounev

FaaS offers significant advantages with its infrastructure abstraction, on-demand execution, and attractive no idle resource pricing for modern cloud applications. Despite these benefits, challenges such as startup latencies, static…

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

Serverless computing has gained a strong traction in the cloud computing community in recent years. Among the many benefits of this novel computing model, the rapid auto-scaling capability of user applications takes prominence. However, the…

分布式、并行与集群计算 · 计算机科学 2023-08-23 Anupama Mampage , Shanika Karunasekera , Rajkumar Buyya

Datacenters are witnessing a rapid surge in the adoption of serverless functions for microservices-based applications. A vast majority of these microservices typically span less than a second, have strict SLO requirements, and are chained…

分布式、并行与集群计算 · 计算机科学 2020-09-01 Jashwant Raj Gunasekaran , Prashanth Thinakaran , Nachiappan Chidambaram , Mahmut T. Kandemir , Chita R. Das

Serverless computing automates fine-grained resource scaling and simplifies the development and deployment of online services with stateless functions. However, it is still non-trivial for users to allocate appropriate resources due to…

分布式、并行与集群计算 · 计算机科学 2022-02-18 Hanfei Yu , Hao Wang , Jian Li , Xu Yuan , Seung-Jong Park

We consider a discrete-time system comprising a first-come-first-served queue, a non-preemptive server, and a stationary non-work-conserving scheduler. New tasks enter the queue according to a Bernoulli process with a pre-specified arrival…

应用统计 · 统计学 2020-08-05 Michael Lin , Nuno C. Martins , Richard J. La

Data lakes hold a growing amount of cold data that is infrequently accessed, yet require interactive response times. Serverless functions are seen as a way to address this use case since they offer an appealing alternative to maintaining…

数据库 · 计算机科学 2022-08-23 Simon Kassing , Ingo Müller , Gustavo Alonso

Serverless computing paradigm has become more ingrained into the industry, as it offers a cheap alternative for application development and deployment. This new paradigm has also created new kinds of problems for the developer, who needs to…

分布式、并行与集群计算 · 计算机科学 2022-07-14 Gor Safaryan , Anshul Jindal , Mohak Chadha , Michael Gerndt

As an emerging cloud computing deployment paradigm, serverless computing is gaining traction due to its efficiency and ability to harness on-demand cloud resources. However, a significant hurdle remains in the form of the cold start…

软件工程 · 计算机科学 2024-08-22 Cheryl Lee , Zhouruixing Zhu , Tianyi Yang , Yintong Huo , Yuxin Su , Pinjia He , Michael R. Lyu

Current serverless offerings give users a limited degree of flexibility for configuring the resources allocated to their function invocations by either coupling memory and CPU resources together or providing no knobs at all. These…

分布式、并行与集群计算 · 计算机科学 2021-06-01 Muhammad Bilal , Marco Canini , Rodrigo Fonseca , Rodrigo Rodrigues

Serverless computing has emerged as a compelling new paradigm of cloud computing models in recent years. It promises the user services at large scale and low cost while eliminating the need for infrastructure management. On cloud provider…

分布式、并行与集群计算 · 计算机科学 2020-06-01 Lucia Schuler , Somaya Jamil , Niklas Kühl

Serverless platforms typically adopt an early-binding approach for function sizing, requiring developers to specify an immutable size for each function within a workflow beforehand. Accounting for potential runtime variability, developers…

分布式、并行与集群计算 · 计算机科学 2025-02-21 Jing Wu , Lin Wang , Quanfeng Deng , Chen Yu , Dong Zhang , Bingheng Yan , Fangming Liu

Serverless computing abstracts away server management, enabling automatic scaling, efficient resource utilization, and cost-effective pricing models. However, despite these advantages, it faces the significant challenge of cold-start…

分布式、并行与集群计算 · 计算机科学 2025-04-29 Syed Salauddin Mohammad Tariq , Ali Al Zein , Soumya Sripad Vaidya , Arati Khanolkar , Zheng Song , Probir Roy

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

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 enables a new way of building and scaling cloud applications by allowing developers to write fine-grained serverless or cloud functions. The execution duration of a cloud function is typically short-ranging from a few…

操作系统 · 计算机科学 2022-09-08 Yuqi Fu , Li Liu , Haoliang Wang , Yue Cheng , Songqing Chen

Automatic network management strategies have become paramount for meeting the needs of innovative real-time and data-intensive applications, such as in the Internet of Things. However, meeting the ever-growing and fluctuating demands for…

分布式、并行与集群计算 · 计算机科学 2024-09-18 Fatemeh Banaie , Karim Djemame , Abdulaziz Alhindi , Vasilios Kelefouras

Current serverless platforms struggle to optimize resource utilization due to their dynamic and fine-grained nature. Conventional techniques like overcommitment and autoscaling fall short, often sacrificing utilization for practicability or…

分布式、并行与集群计算 · 计算机科学 2024-03-04 Qingyuan Liu , Yanning Yang , Dong Du , Yubin Xia , Ping Zhang , Jia Feng , James Larus , Haibo Chen

Serverless computing is an emerging cloud computing paradigm for developing applications at the function level, known as serverless functions. Due to the highly dynamic execution environment, multiple identical runs of the same serverless…

软件工程 · 计算机科学 2025-01-14 Jinfeng Wen , Zhenpeng Chen , Federica Sarro , Shangguang Wang

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
‹ 上一页 1 2 3 10 下一页 ›