Ingini

Ingini


TagActor Model
Featured

Java AKKA Multithreading Actor Model Concurrency

AKKA Ask Pattern: For Those Times When You Have to Block

Posted on .

Abstract : Since you are here, chances are, you are in one of those situations where you have to come up with a blocking solution using AKKA. Thus I’m going to skip the actor model introduction which is necessary to understand how AKKA actor model implementati…

Featured

Java Actor Model Concurrency

Chatting Through JActor

Posted on .

Abstract : Nearly 40 years ago Carl Hewitt, Peter Bishop and Richard Steiger introduced the actor model. Since then it has been built in some languages (such as Scala, Erlang, etc.) and has been implemented by several frameworks. One (of not so many) Java acto…