Hi *, after some more hours of hAKKing: I got *distributed futures working* in a cluster of 3 nodes ;) Happy!!!!
Scenario for test: one service node, two worker nodes. A distributed futures (dfuture) is send to - an freshly created instance of ActorCompletedPromiseRunnable, - forwarded to an service actor (acting as a router), - transferred (body) to one of the worker nodes (via round robin), - calculated and - the result finally returned to the ActorCompletedPromiseRunnable in order to complete the promise. What I would like to know: - What is your suggested approach to write tests in cluster? - What is the desired platform for code discussions / reviews? Forum? Gist? Next steps: - Cluster tests - Performance tests Cheers, Martin -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
