Evaluating serverless computing in clouds

Applications utilization of cloud resources is expected to be completely transformed by FaaS. Nevertheless, because initializing their code and data dependencies is required before a function can start executing, it suffers from cold-start issues. The overhead associated with cold starts can be redu...

全面介紹

Saved in:
書目詳細資料
主要作者: Chandrasekhar, Aditya
其他作者: Tang Xueyan
格式: Final Year Project
語言:English
出版: Nanyang Technological University 2023
主題:
在線閱讀:https://hdl.handle.net/10356/166056
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
機構: Nanyang Technological University
語言: English
實物特徵
總結:Applications utilization of cloud resources is expected to be completely transformed by FaaS. Nevertheless, because initializing their code and data dependencies is required before a function can start executing, it suffers from cold-start issues. The overhead associated with cold starts can be reduced by keeping functions alive and warm after they have completed execution. Because to the variety of FaaS workloads, keep-alive strategies must maintain functions based on their resource and usage characteristics, which is difficult. Caching Algorithms can be used as Keep-Alive policies. Therefore, we explore various caching algorithms as Keep-Alive policies to study their performance. We attempt to provide a balance between cold start overhead and server utilization. In this report, we provide an experimental study of caching based algorithms and compare it to the standard TTL keep-alive policy with the help of a DES.