Quantcast
Channel: Shekhar Gulati
Viewing all articles
Browse latest Browse all 147

Understanding Akka Dispatchers

$
0
0
This week I had to work on tuning a execution engine that is built using Akka. Akka is a toolkit and runtime for building highly concurrent, distributed and resilient message driven systems. This post assumes you already know Akka. Actor needs a dispatcher to perform its task. A dispatcher relies on executor to provide thread. … Continue reading Understanding Akka Dispatchers

Viewing all articles
Browse latest Browse all 147

Trending Articles