We have covered all the basic features of Orleans, but to get some higher throughput for some scenarios, there are a few optimizations and advanced features we can take advantage of. Some of these optimizations affect the guarantees that Orleans offers, so they must be used with care as using a feature incorrectly may result in unpredictable behavior.
Stateless Workers
We already made use of Stateless Workers previously in this book, but for completeness, we’ll include them here too.
Orleans guarantees that while under normal ...