Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

Scala actors & Ambient Reference

scala akka actor

How to restrict actor messages to specific types?

scala actor akka

When should one use the Actor model?

Which Actor model library/framework for python and Erlang-like? [closed]

Actor pattern - what it exactly constitutes

design-patterns actor

Scala actors - worst practices? [closed]

scala akka actor

Different Scala Actor Implementations Overview

scala actor lift scalaz akka

Difference between forward and tell in akka actors

scala akka actor

What does a single apostrophe mean in Scala? [duplicate]

scala actor

Is F# really faster than Erlang at spawning and killing processes?

concurrency f# erlang actor

Design patterns/best practice for building Actor-based system

scala erlang actor

Akka Actor not terminating if an exception is thrown

How are the multiple Actors implementation in Scala different?

scala actor akka

Any good implementation of Actors for C#? [closed]

c# .net concurrency actor

What's the difference of the Akka's Actor with Scala's Actor model

scala actor akka

Akka in Scala, exclamation mark and question mark

scala operators akka actor

The actor model: Why is Erlang/OTP special? Could you use another language?

What design decisions would favour Scala's Actors instead of JMS?

java scala jms actor

How does Actors work compared to threads?

How is Node.js evented system different than the actor pattern of Akka?

node.js events akka actor