Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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