Beyond Load Balancing: Package-Aware Scheduling for Serverless Platforms
近数据调度策略,将请求导向package已经加载的容器。
[CLOUD '18] EMARS: Efficient Management and Allocation of Resources in Serverless
根据过去一段时间,Function内存占用和收到请求数,来为Function分配资源。调度策略分为两种:
1)预测性:根据当前用法预测将来调用的配置。
2)反应式:根据系统负载和流量状况动态限制资源。
Comparison of FaaS Orchestration Systems
评测AWS,IBM,Azure的架构,编程和计费模型,以及它们对并行执行的有效支持。
Dynamic Allocation of Serverless Functions in IoT Environments
当设备请求执行无服务器功能时,将基于先前的执行指标来决定是否应在本地的雾层中本地执行无服务器功能,或者是否应在可用的云服务器之一中远程执行。
Pay-Per-Request Deployment of Neural Network Models Using Serv