Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Go FaaSter - Cold Start Optimization in Serverless Platforms
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 1.1 Tencent Cloud SCF
- 3 1.2 Challenges we meet
- 4 1.3 SCF Architecture
- 5 2.1 What is function cold start?
- 6 2.2 Function cold start stages
- 7 3. Several ways to optimize cold start
- 8 3.1 Micro VM System
- 9 3.1.2 How does it work?
- 10 3.2 Code Caching
- 11 3.3.1 Auto Scaling
- 12 3.3.3 Predictable Prewarming
- 13 3.4 Function Network Model
- 14 3.4.1 Legacy Network - access VPCB
- 15 3.4.2 SCF Solution - access VPC
- 16 3.4.3 Legacy Network - access Internet
- 17 3.4.4 SCF Solution - access Internet
- 18 Conclusion