Replies: 2 comments 3 replies
-
I can't see how to close this. Following a discussion with the team on Discord, I'm going to prototype both and compare them. From my experience so far, Orleans is certainly a lot easier to use. |
Beta Was this translation helpful? Give feedback.
-
Akka.NET can do ~350k msg/s per connection on my machine, and in 1.5 we're going to get that into the 1m+/s ballpark. In terms of CPU utilization, I scaled this 200 node cluster https://github.com/petabridge/AkkaDotNet.LargeNetworkTests from ~20k msg/s to 700k msg/s without noticeable change in CPU. If there's anything we can do to make the Akka.NET experience easier to palette, please let me know. |
Beta Was this translation helpful? Give feedback.
-
I've started to look at Orleans - looks great so far!
I'm trying to work out how Orleans compares to AKKA in terms of performance.
It seems AKKA can handle 50 million requests/second.
I'm struggling to find anything on Orleans - though I did find an article, in which a user hits 70 thousand requests/second.
Judging from the uses of Orleans (such as Microsoft Studios for gaming, Teams, Skype, Via + Parts of Azure), I'm sure it must be able to scale massively with high throughput (much higher than the 70K/s from the ticket).
What are the limits please?
What are the limiting factors wrt throughput please?
Is it possible to get to a similar performance as AKKA (even if using Azure/cloud infra to help get there)?
Beta Was this translation helpful? Give feedback.
All reactions