Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

Is the actor model not an anti-pattern, as the fire-and-forget style forces actors to remember a state?

Examples of C# 5.0 async/await vs. Akka actors vs. basic fork/join?

Is the Akka Actors library installed with the Scala IDE for Scala 2.10?

eclipse scala ide akka actor

Haskell - Actor based mutability

Get or create child Akka actor and ensure liveness

Can I customize azure service fabric vm nodes?

How can I add scala actors to an existing program without interfering with the normal termination behavior?

scala exit actor termination

Scala, Actors, what happens to unread inbox messages?

Best method to peek into a Scala Actor's Mailbox

scala actor

Play Websocket sample - Only one Akka actor?

Is scala.actors package gone?

scala actor scala-2.10

Extending a partially implemented partial function in scala

Akka Actor "ask" and "Await" with TimeoutException

scala actor akka

understanding threadedness of actors in scala

using guice injection with actor throws null pointer

Does Akka onReceive method execute concurrently?

synchronization actor akka

Parallel file processing in Scala

scala akka actor

Are there any good resources for the Actor Model in Common Lisp, and good documents on the Actor Model in general?

In Akka's persistent actor, is creating a child actor considered to be a side effect, or the creation of state?

persistence akka actor

Transition from thread model to actors