akka
Get form parameters from a post request using spray/scala
I\'m really new with all this Scala/Spray. With some testing I was able to get parameters from a Get request using the parameters function. However I\'m trying to fetch some parameters sent from a POS[详细]
2023-04-12 21:14 分类:问答What are the weaknesses in using Immutability + Actor model for concurrency programming?
While building a large multi threaded application for the financia开发者_如何学JAVAl services industry, I utilized immutable classes and an Actor model for workflow everywhere I could. I\'m pretty ple[详细]
2023-04-12 21:06 分类:问答Using akka futures and actors for parallelizing a list
I want to send a list of messages to an actor, receive a reply immediately in a future and then wait for all futures to complete before returning to the calling method. From reading the akka docs, I b[详细]
2023-04-12 04:39 分类:问答Reply is not transmitted back to the 'client'-actor
I\'ve an unexpected behavior when using remote actors. I\'ve a server and a \'client\'. The client sends a message to the server actor and the server replies. When I use the \'?\' operator everything[详细]
2023-04-10 22:54 分类:问答How can I implement a publish/subscribe system (server-push) with AKKA in Java?
As I\'m getting familiar with http://akka.io/, I can\'t figure out how to do server-push. After a client connects to a server, how can the server push messages to the client? For example, if a client[详细]
2023-04-10 15:52 分类:问答Akka Cluster Java API sample
I am pretty interested in testing out the 2.0-SNAPSHOT Akka cluster features, but for my purposes would like to do this in Java.[详细]
2023-04-09 15:08 分类:问答configure akka debugging
Using Akka 1.0 I cannot stop stdout-debug-output although I have set the event-handler-level to ERROR in my akka.conf which is definetely being read correctly.[详细]
2023-04-08 22:07 分类:问答Akka-Camel integration module example using Java API
Can someone point me to an example of using Akka Camel integration module - using the Java API. I have a use case where a REST service is called that would start some Akka Actors in parallel to proces[详细]
2023-04-07 11:43 分类:问答How to unpublish an Akka Camel consumer?
My Camel consumer actor won\'t get unpublished after I sent a message to it. This prevents the application from shutting down. It works if I just start and stop the actor without sending any messages.[详细]
2023-04-07 01:13 分类:问答Testing concurrent/parallel execution
I\'m currently writing a small framework for demand-driven workflows. The API is now stable and I am working on improving tests. It\'s easy to show that computations are correct (which is a good start[详细]
2023-04-06 22:55 分类:问答