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