Reactive Applications with Akka.NET
Authors: Anthony Brown
ISBN-10: 1617292982
ISBN-13: 9781617292989
Edition 版次: 1
Publication Date 出版日期: 2019-03-16
Print Length 页数: 280 pages
Book Description
By finelybook
Reactive Applications with Akka.NET is a hands-on book that builds on fundamental concepts to teach you how to create reliable and resilient applications in the reactive style.
Enterprise-scale software needs to be unfailingly reliable,consistently performant under unpredictable loads,and easy to scale and maintain. Reactive applications guarantee these qualities through clear isolation of system components and message-based communication. Akka.NET ports the battle-tested Akka Actors toolkit from the JVM,radically simplifying the concurrency and asynchronous message handling at the heart of a reactive system.
Reactive Applications with Akka.NET teaches you to write high-performance,concurrent systems without explicitly managing threads and locking. You’ll experience the power of Akka.NET and the Actors concurrency model by exploring a real-world case study in each chapter. As you go further,you’ll start to grok the power of asynchronous communication in a distributed environment and take on practical tasks like deploying,debugging,and establishing performance guarantees.
What’s Inside
Reactive application design
Dealing with application-level failures
Integrating Akka.NET with other frameworks
Applying reactive programming to the real world