Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

time-based simulation with actors model

How to handle multiple Promises in an (akka) Actor?

scala akka actor

this vs self inside akka actor class

scala akka actor akka-actor

The Scala way to use one actor per socket connection

Scala variable binding when used with Actors

scala closures akka actor

Akka actorSelection vs actorOf Difference

scala akka actor

how to do actors (erlang) in java?

java erlang concurrency actor

Akka :: Using messages with different priorities over event stream in ActorSystem

Getting instance of class used to create an actor in Akka in test

How Arbiters from the actor model are implemented in Erlang?

Can Scala's Actor framework handle 10.000 actors without stack problems?

scala concurrency actor

actors with daemon-style semantics

scala scala-2.8 actor

convert function to partial function scala

How to make a scala actor 'wait for the signal' but don't loose any messages?

scala concurrency loops actor

Why can you have millions of actors in an application, but just 10,000 threads is too many?

multithreading actor

Use singletons in akka scala actor

Passing request context implicitly in an actor system

Scala/Akka Future onComplete Success compiler error

scala akka actor future

How to prevent actor starvation in the presence of other long-running actors?

when is actor not appropriate?

scala actor