Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Akka Actor Props factory

akka actor

Using Actors to exploit cores

scala actor

BOOST/STD/AKKA: How do I do actor programming in C++?

c++ boost std akka actor

Canonical pattern reference in Actors programming model

Calling an Actor in a Spray route and waiting for the Actor's response

scala akka actor spray

Actors: How to efficiently handle read-mostly data

scala actor akka

Singleton Scala actor?

scala object singleton actor

Difference in definition of Actors vs Threads? [duplicate]

When one should call resetProxy and clearSelf methods of Actor?

scala actor

How to meaningful document an actor design

java akka actor akka-actor