A

concurrent & distributed

Actor Model

Agenda

  • What is Akka.Net

  • How does it work?

  • Getting Started

  • Learn

Actor Model

Akka.Net

  • .Net implementation of TypeSafes Akka on the JVM 
  • OpenSource with paid support from @PetaBridge
  • Still Beta but first commit 01/2014

- v1 in the next weeks

code complete! :)

How does it Work?

  • hirarchcal structure
  • supervision
  • only one Darth Vader
  • itself Actor based
  • HOCON based configuration

How does it Work?

  • transparent references 
  • msg ordered from same origin
  • children through Context.ActorOf
  • Akka.Persistence for guarantees
  • DeadLetters after termination

Getting Started

an actors "hello world!"

Learn

Thanks!

Questions?

Akka.Net

By Kjell Otto

Akka.Net

Presentation for the .Net Usergroup Hamburg

  • 2,207