Aaron Stannard

Results 670 comments of Aaron Stannard

no problem, we can keep this issue open if it's still a problem - was your issue limited to just Mac OS X?

Yikes, this stuff is referenced in the docs. That'll make it harder to remove.

Previous AOT proof of concept: https://github.com/akkadotnet/akka.net/pull/6904

# .NET 8 First run ``` Attempted to elevate process priority, but failed due to Permission denied - carrying on at normal process priority. OSVersion: Unix 6.9.3.76060903 ProcessorCount: 16 ClockSpeed:...

I'll re-run the numbers again from a cold start but I'm getting https://github.com/akkadotnet/akka.net/issues/5385 vibes from this so far

Was given a hint on Twitter that the culprit with the performance numbers might be the new GC mode [DATAS](https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector#dynamic-adaptation-to-application-sizes-datas) introduced in .NET 9, so I've decided to re-run the...

So if it's just a GC setting (and therefore, not a bug in the runtime), no risk of https://github.com/akkadotnet/akka.net/issues/5385 - we'll just need to see how things going with real-world...

> That said I would suggest ensuring that being able to plug in TCP (or, say, WebSockets, if only as an example of another simple abstraction) should be a good...

But you raise great points though @to11mtm