actor
Performance of message-passing in the Actor model [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-09 13:08 分类:问答Zero-copy message-passing on the JVM
A faithful implementation of the actor message-passing semantics would mean that message contents are deep-copied from a logical point-of-view, even for immutable types. Deep-copying of message conten[详细]
2023-01-09 02:09 分类:问答How should I handle blocking operations when using scala actors?
I started learning the scala actors framework about two days ago. To make the ideas concrete in my mind, I decided to implement a TCP based echo server that could handle multiple simultaneous connecti[详细]
2023-01-08 21:36 分类:问答RemoteActor.select - result deterministic?
I wonder if there is any determinism when calling val delegate = RemoteActor.select(). I\'m asking this, because I noticed that the program doesn\'t terminate, when I\'m sending delegates over the net[详细]
2023-01-08 19:27 分类:问答How is "become" implemented in languages that support the actor model?
The actor model is nicely described by Gul Agha on his technical report, \"Actors: a model of concurrent computation in distributed systems\".[详细]
2023-01-08 12:18 分类:问答How Clojure's agents compare to Scala's actors?
I wrote a simulation of the Ring network topology in Scala (source here) (Scala 2.8 RC7) and Clojure (source here) (Clojure 1.1) for a comparison of Actors and Agents.[详细]
2023-01-08 00:58 分类:问答Which ThreadPool in Java should I use?
There are a huge amount of tasks. Each task is belong to a single group. The requirement is each group of tasks should executed serially just like executed in a single thread and the throughput should[详细]
2023-01-07 22:41 分类:问答RemoteActor unregister actor
I\'m playing with RemoteActors. Now I wonder, what happens if I shut down an RemoteActor. The actor was made available with RemoteActor.alive and RemoteActor.register.[详细]
2023-01-07 09:27 分类:问答actors with daemon-style semantics
Scala 2.8 was announced yesterday. They highlight among other things \"Enhanced actors\". 开发者_如何学C[详细]
2023-01-07 03:19 分类:问答How to make a scala actor 'wait for the signal' but don't loose any messages?
I\'m trying to make an actor \'go to sleep\' waiting for another actors signal. I want to do something like:[详细]
2023-01-07 02:27 分类:问答
加载中,请稍侯......