↧
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 ArticleActors 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 ArticleEasy 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