开发者

akka

0
  • Multithreading -- matching instances

    I want to run two XPath-Expressions concurrently on two revisions of a database which both return results from an Iterator/Iterable and match resulting nodes with nodes in a List.[详细]

    2023-04-06 14:44 分类:问答
  • Scala folding using Akka

    I implemented in Java what I called a \"foldable queue\", i.e., a LinkedBlockingQueue used by an ExecutorService. The idea is that each task as a unique id that if is in the queue while another task i[详细]

    2023-04-05 16:20 分类:问答
  • Where can i find akka.cloud package?

    Can someone point me to the Akka version that has the package akka.cloud.cluster? I am currently using Akka 1.2-RC6. google searches on this topic result in br开发者_Python百科oken links about Cloudy[详细]

    2023-04-05 10:39 分类:问答
  • How to get actor messages from stdin?

    I would like to know if it\'s possible (and how) to get an akka actor to receive messages from stdin. Essentially, the idea would be for every line of input to be sent as a message to the actor, e.g.[详细]

    2023-04-05 00:55 分类:问答
  • Is Spray framework production ready? [closed]

    It's difficult to tell wh开发者_运维百科at is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.[详细]

    2023-04-04 23:06 分类:问答
  • Sending a None back to the caller from an Actor

    I have a simple Actor that queries a database using ScalaQuery, which I\'ve mocked for a test of a client using it.[详细]

    2023-04-04 20:23 分类:问答
  • How to Cancel an Akka actor?

    I have an akka actor(worker) that receives a request and replies to it. The request processing can take 3-60 minutes. Caller(also an actor) is currently using !!! and waiting on future.get, however th[详细]

    2023-04-04 17:24 分类:问答
  • How to understand this CCAS locking machanizion used in AKKA?

    I just came across a piece of code in akka. https://codereview.scala-lang.org/fisheye/browse/~raw,r=25521/scala-svn/scala/trunk/test/files/presentation/akka/src/akka/util/LockUtil.scala[详细]

    2023-04-03 06:56 分类:问答
  • akka: sharing mutable state

    I need to have one global variable (singleton) that will change very infrequently. Actually it only changes when the actor restarts, and reinitialize the variable. Since I cannot do this with singleto[详细]

    2023-04-02 06:21 分类:问答
  • Distributed Actors in Akka

    I\'m fairly new to Akka and new to distributed programming in general.Using Akka\'s Mist component, I\'ve created supervised actors to handle HTTP requests asynchronously.Everything is currently runni[详细]

    2023-03-31 05:18 分类:问答