中文
相关论文

相关论文: Fusionize++: Improving Serverless Application Perf…

200 篇论文

HPC and Cloud have evolved independently, specializing their innovations into performance or productivity. Acceleration as a Service (XaaS) is a recipe to empower both fields with a shared execution platform that provides transparent access…

分布式、并行与集群计算 · 计算机科学 2024-01-10 Torsten Hoefler , Marcin Copik , Pete Beckman , Andrew Jones , Ian Foster , Manish Parashar , Daniel Reed , Matthias Troyer , Thomas Schulthess , Dan Ernst , Jack Dongarra

As particle accelerator control systems evolve in complexity and scale, the need for responsive, scalable, and cost-effective computational infrastructure becomes increasingly critical. Function-as-a-Service (FaaS) offers an alternative to…

加速器物理 · 物理学 2025-12-11 A. Jaikar , J. Diamond , A. Tiradani , B. Harrison

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

Rapid adoption of the serverless (or Function-as-a-Service, FaaS) paradigm, pioneered by Amazon with AWS Lambda and followed by numerous commercial offerings and open source projects, introduces new challenges in designing the cloud…

分布式、并行与集群计算 · 计算机科学 2019-04-01 Ping-Min Lin , Alex Glikson

Due to the popularity of the FaaS programming model, there is now a wide variety of commercial and open-source FaaS systems. Hence, for comparison of different FaaS systems and their configuration options, FaaS application developers rely…

分布式、并行与集群计算 · 计算机科学 2024-04-29 Martin Grambow , Tobias Pfandzelter , David Bermbach

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

Cloud computing, despite its inherent advantages (e.g., resource efficiency) still faces several challenges. the wide are network used to connect the cloud to end-users could cause high latency, which may not be tolerable for some…

分布式、并行与集群计算 · 计算机科学 2020-01-22 Carla Mouradian , Fereshteh Ebrahimnezhad , Yassine Jebbar , Jasmeen Kaur Ahluwalia , Seyedeh Negar Afrasiabi , Roch H. Glitho , Ashok Moghe

Function-as-a-Service (FaaS) offers a streamlined cloud computing paradigm, but existing centralized systems suffer from vendor lock-in and single points of failure. We propose DeFaaS, a decentralized FaaS system leveraging blockchain…

软件工程 · 计算机科学 2024-04-15 Rabimba Karanjai , Lei Xu , Lin Chen , Nour Diallo , Weidong Shi

Function-as-a-Service (FaaS) is a growing cloud computing paradigm that is expected to reduce the user cost of service over traditional serverful approaches. However, the environmental impact of FaaS has not received much attention. We…

分布式、并行与集群计算 · 计算机科学 2024-10-17 Sirui Qi , Hayden Moore , Ninad Hogade , Dejan Milojicic , Cullen Bash , Sudeep Pasricha

Application energy efficiency can be improved by executing each application component on the compute element that consumes the least energy while also satisfying time constraints. In principle, the function as a service (FaaS) paradigm…

分布式、并行与集群计算 · 计算机科学 2024-06-26 Alok Kamatar , Valerie Hayot-Sasson , Yadu Babuji , Andre Bauer , Gourav Rattihalli , Ninad Hogade , Dejan Milojicic , Kyle Chard , Ian Foster

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

In a world, where complexity increases on a daily basis the Function-as-a-Service (FaaS) cloud model seams to take countermeasures. In comparison to other cloud models, the fast evolving FaaS increasingly abstracts the underlying…

软件工程 · 计算机科学 2019-05-20 Roland Pellegrini , Igor Ivkic , Markus Tauber

Hardware accelerators like GPUs are now ubiquitous in data centers, but are not fully supported by common cloud abstractions such as Functions as a Service (FaaS). Many popular and emerging FaaS applications such as machine learning and…

分布式、并行与集群计算 · 计算机科学 2025-07-15 Alexander Fuerst , Siddharth Anil , Vishakha Dixit , Purushottam , Kulkarni , Prateek Sharma

Function as a Service (FaaS) is poised to become the foundation of the next generation of cloud systems due to its inherent advantages in scalability, cost-efficiency, and ease of use. However, challenges such as the need for specialized…

分布式、并行与集群计算 · 计算机科学 2025-08-21 Akiharu Esashi , Pawissanutt Lertpongrujikorn , Shinji Kato , Mohsen Amini Salehi

The proliferation of edge devices and the rapid growth of IoT data have called forth the edge computing paradigm. Function-as-a-service (FaaS) is a promising computing paradigm to realize edge computing. This paper explores the feasibility…

分布式、并行与集群计算 · 计算机科学 2023-07-14 Runyu Jin , Qirui Yang , Ming Zhao

Serverless computing with cloud functions is quickly gaining adoption, but constrains programmers with its limited support for state management. We introduce a shared file system for cloud functions. It offers familiar POSIX semantics while…

分布式、并行与集群计算 · 计算机科学 2020-09-22 Johann Schleier-Smith , Leonhard Holz , Nathan Pemberton , Joseph M. Hellerstein

Traditionally, Network Function Virtualization (NFV) has been implemented to run on Virtual Machines (VMs) in form of Virtual Network Functions (VNFs). More recently, the so-called Serverless Computing has gained traction in cloud…

网络与互联网体系结构 · 计算机科学 2020-07-09 Francisco Carpio , Wolfgang Bziuk , Admela Jukan

Offloading computation from user devices to nodes with processing capabilities at the edge of the network is a major trend in today's network/service architectures. At the same time, serverless computing has gained a huge traction among the…

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

Agentic workflows that use autonomous AI Agents powered by Large Language Models (LLMs) and Model Context Protocol (MCP) servers is rapidly rising. This introduces challenges in scalable cloud deployment and state management. Traditional…

分布式、并行与集群计算 · 计算机科学 2026-01-28 Varad Kulkarni , Vaibhav Jha , Nikhil Reddy , Anand Eswaran , Praveen Jayachandran , Yogesh Simmhan

Despite existing work in machine learning inference serving, ease-of-use and cost efficiency remain challenges at large scales. Developers must manually search through thousands of model-variants -- versions of already-trained models that…

分布式、并行与集群计算 · 计算机科学 2022-09-07 Francisco Romero , Qian Li , Neeraja J. Yadwadkar , Christos Kozyrakis