Programming model distinguished by ubiquitous asynchronous communication.
I am trying to understand the disruptor pattern. I have watched the InfoQ video and tried to read their paper. …
concurrency latency actor disruptor-patternIs there any good implementation of actors concurrency model for .net/c#? I have to optimize a c# routine and …
c# .net concurrency actorI have the following Scala code. import scala.actors.Actor object Alice extends Actor { this.start def act{ loop{ react { …
scala pattern-matching actor uncheckedI have a java object which is not an actor which selects actors from an actor system with actorSelection(Path)). …
java akka actorRight now I'm looking at Play Framework and like it a lot. One of the parts heavy advertised amongst the …
playframework rabbitmq akka actorI am looking for an easy-to-learn Actor library or framework for Python 2.x. I have tried Candygram and Twisted but …
python erlang actor python-stacklessI am doing some objective-C / iOS development and have heard several references to the Actor pattern. In Big Nerd Ranch …
design-patterns actor