中文
相关论文

相关论文: Energy Efficient Scheduling for Serverless Systems

200 篇论文

The use of High Performance Computing (HPC) in commercial and consumer IT applications is becoming popular. They need the ability to gain rapid and scalable access to high-end computing capabilities. Cloud computing promises to deliver such…

分布式、并行与集群计算 · 计算机科学 2009-09-08 Saurabh Kumar Garg , Chee Shin Yeo , Arun Anandasivam , Rajkumar Buyya

Recently, serverless computing has gained recognition as a leading cloud computing method. Providing a solution that does not require direct server and infrastructure management, this technology has addressed many traditional model problems…

分布式、并行与集群计算 · 计算机科学 2025-01-20 Mohsen Ghorbian , Mostafa Ghobaei-Arani

Function-as-a-Service (FaaS) platforms provide scalable and cost-efficient execution but suffer from increased latency and resource overheads in complex applications comprising multiple functions, particularly due to double billing when…

分布式、并行与集群计算 · 计算机科学 2026-03-11 Niklas Kowallik , Natalie Carl , Leon Pöllinger , Wei Wang , Sharan Santhanam , David Bermbach

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

Increased adoption of scientific workflows in the community has urged for the development of multi-tenant platforms that provide these workflow executions as a service. As a result, Workflow-as-a-Service (WaaS) concept has been created by…

分布式、并行与集群计算 · 计算机科学 2020-06-25 Muhammad H. Hilman , Maria A. Rodriguez , Rajkumar Buyya

The IoT area has grown significantly in the last few years and is expected to reach a gigantic amount of 50 billion devices by 2020. The appearance of serverless architectures, specifically highlighting FaaS, raises the question of the of…

分布式、并行与集群计算 · 计算机科学 2019-01-15 Duarte Pinto , João Pedro Dias , Hugo Sereno Ferreira

Serverless workflows have emerged in Function-as-a-Service (FaaS) platforms to represent the operational structure of traditional applications. With latency propagation effects becoming increasingly prominent, step-wise resource tuning is…

分布式、并行与集群计算 · 计算机科学 2025-04-23 Achilleas Tzenetopoulos , Dimosthenis Masouros , Sotirios Xydis , Dimitrios Soudris

Service Function Chaining (SFC) allows the forwarding of a traffic flow along a chain of Virtual Network Functions (VNFs, e.g., IDS, firewall, and NAT). Software Defined Networking (SDN) solutions can be used to support SFC reducing the…

网络与互联网体系结构 · 计算机科学 2018-07-13 Mohammad M. Tajiki , Stefano Salsano , Luca Chiaraviglio , Mohammad Shojafar , Behzad Akbari

This work introduces ECOLIFE, the first carbon-aware serverless function scheduler to co-optimize carbon footprint and performance. ECOLIFE builds on the key insight of intelligently exploiting multi-generation hardware to achieve high…

分布式、并行与集群计算 · 计算机科学 2024-10-18 Yankai Jiang , Rohan Basu Roy , Baolin Li , Devesh Tiwari

The traditional cloud-centric approach for Deep Learning (DL) requires training data to be collected and processed at a central server which is often challenging in privacy-sensitive domains like healthcare. Towards this, a new learning…

密码学与安全 · 计算机科学 2021-11-08 Andreas Grafberger , Mohak Chadha , Anshul Jindal , Jianfeng Gu , Michael Gerndt

Software as a service (SaaS) has recently enjoyed much attention as it makes the use of software more convenient and cost-effective. At the same time, the arising of users' expectation for high quality service such as real-time information…

软件工程 · 计算机科学 2016-04-13 Feng-Lin Li , Chi-Hung Chi , Yue Wang , Cong Liu

Function-as-a-Service (FaaS) has recently emerged as a new cloud computing paradigm. It promises high utilization of data center resources through allocating resources on demand at per-function request granularity. High cold-start…

分布式、并行与集群计算 · 计算机科学 2021-09-29 Yue Tan , David Liu , Nanqinqin Li , Amit Levy

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, 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 ecosystem is growing due to interest by software engineers. Beside Function-as-a-Service (FaaS) and Backend-as-a-Service (BaaS) systems, developer-oriented tools such as deployment and debugging frameworks as well…

分布式、并行与集群计算 · 计算机科学 2019-05-14 Josef Spillner

Next generation technologies such as smart healthcare, self-driving cars, and smart cities require new approaches to deal with the network traffic generated by the Internet of Things (IoT) devices, as well as efficient programming models to…

分布式、并行与集群计算 · 计算机科学 2022-10-20 Quoc Lap Trieu , Bahman Javadi , Jim Basilakis , Adel N. Toosi

Constraints imposed by power consumption and the related costs are one of the key roadblocks to the design and development of next generation exascale systems. To mitigate these issues, strategies that reduce the power consumption of the…

信号处理 · 电气工程与系统科学 2019-04-17 Milan Yadav , Kanak Khanna

In this paper, we demonstrate that a server running a single latency-sensitive application can be treated as a black box to reduce energy consumption while meeting an SLA target. We find that when the mean offered load is stable, one can…

操作系统 · 计算机科学 2025-02-24 Han Dong , Yara Awad , Sanjay Arora , Orran Krieger , Jonathan Appavoo

Function as a Service (FaaS) is a new cloud technology with automated resource management. Different from traditional cloud computing, each FaaS cloud function can only run a fixed period of time before being decommissioned. Furthermore,…

分布式、并行与集群计算 · 计算机科学 2022-03-22 Kim Long Ngo , Joydeep Mukherjee , Zhen Ming Jiang , Marin Litoiu

Serverless computing adopts a pay-as-you-go billing model where applications are executed in stateless and shortlived containers triggered by events, resulting in a reduction of monetary costs and resource utilization. However, existing…

网络与互联网体系结构 · 计算机科学 2025-01-27 Chen Chen , Peiyuan Guan , Ziru Chen , Amir Taherkordi , Fen Hou , Lin X. Cai