Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

Akka 2.1 minimal remote actor example

scala akka actor remote-actors

what could be the best alternative to Multi-threading? [closed]

Can I give prefixes to some actors' automatic names?

java scala akka actor

Scala Remote Actor Security

security scala actor

Trying to make use of Akka future and play promises in my Play2 application

Retry / replay of failed messages in AKKA

scala akka actor akka.net

Which ThreadPool in Java should I use?

java scala threadpool actor akka

Akka and state among actors in cluster

Does Producer/Consumer model equal Actor?

How do I mix typed and untyped actors?

Understanding the actor model by modeling a bank

multithreading actor

How do I setup akka Actor fault tolerance?

scala actor akka

Where should Rx be used? [duplicate]

c# system.reactive actor

Actor calculation model using boost::thread

c++ multithreading boost actor

Akka.NET actors and wrappers (potentially with Rx)

How to discover that a Scala remote actor is died?

In AKKA does calling shutdown on a supervisor stop all the actors it's supervising?

How to know if an actor is idle

java actor akka

Composing actors

scala actor akka

Advantages of actors over futures

actor future