As some of you might know, I’m making an unofficial port of Akka for .NET. https://github.com/rogeralsing/Pigeon. (Why not Akka# or dotAkka? I simply assume that TypeSafe that makes Akka don’t want to be associated with spare time projects like this, so I try not to stain their brandname) One important factor of a successful actor…More
Tag Archives: akka
Hotswap and Supervision – Pigeon – Akka Actors for .NET
This is a follow up on my previous post; http://rogeralsing.com/2014/01/01/pigeon-akka-actors-for-net/ The code for this project can be found here: https://github.com/rogeralsing/Pigeon And again, before I begin, please do note that Pigeon is just my hobby project of cloning some of the Akka Actor API. Akka is in no way affiliated with me or my project. I’ve done some refactoring…More
Pigeon – Akka Actors for .NET
I’m working on a port of the Java/Scala framework Akka, or rather the Actor Model part of it. As of now, this is only a bit more than a weekend hack, so don’t expect too much. But I already have a couple of nice features in: Git hub repository goes here: https://github.com/rogeralsing/Pigeon Write your first actor:…More
