Completed
Another AsyncIO application
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
AsyncIO in Production - War Stories
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is Akamai
- 3 Failures do happen
- 4 AsyncIO introduction
- 5 Parallel execution
- 6 Event loop
- 7 AsyncIO history
- 8 AsyncIO code
- 9 Thread pool executors
- 10 Why does it exist
- 11 Story of synchronous asynchronous code
- 12 Story of executor
- 13 Ensure future
- 14 await
- 15 AsyncIO loop
- 16 What we learned
- 17 Moving to AsyncIO
- 18 A synchronous HTTP client
- 19 Another AsyncIO application
- 20 Memory usage
- 21 CPU usage
- 22 Async Bump
- 23 Microservices
- 24 What we observed
- 25 Good stories
- 26 Reemployment
- 27 DNS query
- 28 AsyncIO architecture
- 29 Pros and cons
- 30 What projects are best suited
- 31 What projects are not suited for