Course
Skills Expanded
Improving Message Throughput in Akka.NET
Create more performant, reactive, and scalable Akka.NET systems by increasing and optimizing message throughput.
What you'll learn
Akka.NET makes building concurrent, scalable, reactive, self-healing, and distributed systems easier. Even though Akka.NET actors help us to manage concurrency, they only process one message at a time. This may lead to bottlenecks, reduced message throughput and reduced system responsiveness. By the end of this course you'll know how to increase and optimize the throughput of messages through actors and create more performant, reactive, and scalable systems.
Table of contents
Improving Message Throughput in Akka.NET
41mins
- Introduction 2m
- Suggested Prerequisites 1m
- Overview of Routers 2m
- Types of Routers 3m
- Overview of Routing Strategies 1m
- Supplied Routing Strategies 7m
- Demo Application Overview 6m
- Using a Group Router 5m
- Using a Pool Router 4m
- Configuring Routers with HOCON 3m
- Automatic Dynamic Pool Resizing 4m
- Summary 2m
Regulating Message Processing with Stashing
26mins
Increasing Asynchronous Message Throughput
18mins