- Hands-On Serverless Computing
- Kuldeep Chowhan
- 69字
- 2021-08-05 10:35:32
Long running application
One of the benefits of serverless architectures is that they are built to be fast, scalable, event-driven functions. Therefore, long-running batch operations are not well suited for this architecture. Most cloud providers have a timeout period of five minutes, so any process that takes longer than this allocated time is terminated. The idea is to move away from batch processing and into real-time, quick, responsive functionality.
推薦閱讀
- Visualforce Development Cookbook(Second Edition)
- 西門子PLC與InTouch綜合應用
- Learning Social Media Analytics with R
- 精通Excel VBA
- STM32嵌入式微控制器快速上手
- INSTANT Heat Maps in R:How-to
- 過程控制系統
- Mastering Ansible(Second Edition)
- Spark大數據商業實戰三部曲:內核解密|商業案例|性能調優
- 機器學習案例分析(基于Python語言)
- Data Analysis with R(Second Edition)
- Learn Microsoft Azure
- 智能+:制造業的智能化轉型
- x86/x64體系探索及編程
- JSP網絡開發入門與實踐