- DevOps for Serverless Applications
- Shashikant Bangera
- 94字
- 2021-07-16 17:35:32
Latency and geolocation improvement
The scalability of the application depends on three factors: the number of users, the location of the users, and the latency of the network. In today's world, applications have a global audience, which can add to latency. But the danger of latency can be highly mitigated with the serverless platform. With serverless, a container is instantiated to run a function at every event call, and this container can be created close to the user's geographical region, which will automatically improve the performance of the app.
推薦閱讀
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- Containerization with LXC
- Linux系統文件安全實戰全攻略
- 構建高可用Linux服務器(第4版)
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- Modern Web Testing with TestCafe
- Windows Vista基礎與應用精品教程
- Linux集群和自動化運維
- 嵌入式操作系統(Linux篇)(微課版)
- 計算機系統的自主設計
- Linux基礎使用與案例
- 精解Windows 10
- Kali Linux高級滲透測試(原書第3版)
- Linux內核分析及應用
- Java EE 8 High Performance