Completed
Batching Work Pool
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Evolutionary History of the RabbitMQ .NET Client Towards Concurrency
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Agenda
- 3 What is the client
- 4 What is the broker
- 5 Connection objects
- 6 Model
- 7 Confirms Aware
- 8 Demo
- 9 Why concurrency
- 10 Multiple models
- 11 How to achieve concurrency
- 12 Async void
- 13 Copy the buffer
- 14 concurrency
- 15 semaphore
- 16 advanced trickery
- 17 interleaving calls
- 18 sequential execution
- 19 concurrent exclusive scheduler
- 20 concurrency demo
- 21 buffer copy
- 22 recap
- 23 Consumer Work Service
- 24 CPU Performance
- 25 Batching Work Pool
- 26 Prefetch Count
- 27 Benchmark Results
- 28 Async Connection Factory
- 29 Task Completion Source
- 30 Threading Channel
- 31 concurrency loop
- 32 summary