Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Faastlane - Accelerating Function-as-a-Service Workflows
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview of Function-as-a-Service (FaaS)
- 3 Faas workflows: Orchestrating multiple functions
- 4 Function interactions in a workflow instance
- 5 Faastlane: Running functions in threads
- 6 Challenge 1: Protect function's private memory
- 7 Healthcare analytics: A case for isolation
- 8 Solution 1: Lightweight isolation with Intel MPK
- 9 Challenge 2: No thread-level parallelism
- 10 FINRA: Parallel functions in a workflow instance
- 11 Solution 2: Dynamically switch to processes
- 12 Solution 2: Smart scaling with containers
- 13 Faastlane: Putting it all together
- 14 Function interaction latency on Faas platforms
- 15 Request throughput on Faas platforms
- 16 Conclusion