Skip to content

Latest commit

 

History

History

2017-01-11-Device_Simulator_with_Akka

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Device Simulator with Akka

Each device is a self-execution entity with its own state and life cycle. Akka Actors are live objects that can act as (simulate) a device; it's a prefect fit for this job. I'll talk about how I use several actors to simulate a device and how Kamon can help with application monitoring and performance tuning.