Quantcast
Channel: Blog - BluePi Consulting » Akka
Browsing latest articles
Browse All 3 View Live

Actor Model for Lock-Free Concurrency

The next big challenge in the modern software development is writing concurrent, distributed and scalable programs. Algorithms that can cut down tasks in parallel and offer a greater throughput. The...

View Article


Actors in Action – Sleeping Barber Problem with AKKA

In my last post I talked about the basic concepts and an introduction to the Actor model for concurrency, lets put Actors into action and try to solve a multithreaded producer consumer problem using...

View Article


Easy concurrent programming with Akka

Concurrent, Parallel or distributed applications always take a lot of efforts to create . While doing multithreading you must have noticed, how much hurdle it takes to create it. You have to take care...

View Article
Browsing latest articles
Browse All 3 View Live