Or subtitle: Maybe distributed programming is no longer a programming problem? (For the obvious impaired: This is meant to be more thought provoking than an
Category: Uncategorized
Wire – Writing one of the fastest .NET serializers
First of all, there is no such thing as “the fastest” serializer, it is all contextual. But under some conditions, I would however argue that
Actor based distributed transactions
One question that often shows up when talking about the Actor Model, is how to deal with distributed transactions. In .NET there is the concept
Akka.NET – Concurrency control
Time to break the silence! A lot of things have happened since I last wrote. I’ve got a new job at nethouse.seĀ as developer and mentor.
Deploying actors with Akka.NET
We have now ported both the code and configuration based deployment features of Akka. This means that you can now use Akka.NET to deploy actors
Actor lifecycle management and routers – Akka Actors for .NET
Porting Akka to .NET I finally got around to implement full lifecycle management in Pigeon. The Pigeon actor behavior is now consistent with real Akka.