Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

Migrating from Java concurrency to Scala concurrency

java scala concurrency actor

scala actors: long running io operations

How to change the timeout in composed futures?

scala actor akka

Scala actors inefficiency issue

java scala jvm actor

Does Akka support in-process messaging without object serialization?

How do we test Actors in Java?

Is it OK to use blocking actor messages when they are wrapped in a future?

scala actor akka

From where we get sender actor when a particular message is received?

scala actor remote-actors

Error not found value context?

What is the difference between timers.startSingleTimer and scheduler.scheduleOnce in Akka Actor?

scala akka scheduling actor

Retrieve an Akka actor or create it if it does not exist

java scala akka actor

Manually creating actor hierarchy in akka

scala akka actor

How to convert Long to Duration (import scala.concurrent.duration) in SCALA

scala akka actor

Does a blocking IO in Quasar's fiber block a thread in its threadpool?

java akka actor fibers quasar

When to use various Akka Mailbox types

akka messaging 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