akka
When to use actors instead of messaging solutions such as WebSphere MQ or Tibco Rendezvous?
I\'ve already read the question and answers to What design decisions would favour Scala\'s Actors instead of JMS?.[详细]
2023-02-27 02:12 分类:问答How to restrict actor messages to specific types?
In Akka, is there a way to restrict messages to actors to be of a specific static type other than using the \"Typed Actor\" APIs that use an RPC style programming model?[详细]
2023-02-22 06:11 分类:问答Set logging level in Akka
I have developed a financial data distribution server with Akka, and I want to set logging level for the application. The documentation at akka.io is sketchy at the best; they say there is no more \"l[详细]
2023-02-21 05:42 分类:问答Akka and state among actors in cluster
I am working on my bc thesis project which should be a Minecraft server written in scala and Akka. The server should be easily deployable in the cloud or onto a cluster (not sure whether i use proper[详细]
2023-02-20 19:27 分类:问答JMS like queue implementation using Scala
Is it possible to im开发者_Go百科plement a JMS message queue in Scala using the Akka framework?It looks like it from here:[详细]
2023-02-20 10:56 分类:问答Sending outbound HTTP request from Akka / Scala
开发者_StackOverflowI know how to handle incoming http requests in Akka, but I want my Akka-based web app also to communicate with Facebook and CouchDB through HTTP APIs by sending outbound calls. Is[详细]
2023-02-19 13:15 分类:问答Akka as the concurrency model for Clojure
Looks there is a lot of cool things about Akka framework (I don\'t really understand the framework, hope to dig into it soon).[详细]
2023-02-19 09:37 分类:问答how to get the size of message queue from akka actor?
There are Akka (Java API) actors (UntypeActor) and messages in the application. According to API contract in case a few messages are addressed to the same actor, they are queued and processed with one[详细]
2023-02-17 17:32 分类:问答Akka Actor can't connect to remote server where Scala Actor could
I got a little problem. I just moved the client-server-communication of my current project from remote Scala Actors to remote开发者_运维问答 Akka Actors.[详细]
2023-02-17 17:16 分类:问答Creating a web server / servlet container in Java - Standing on the shoulders of giants
First and foremost: I want to state that this is mostly a personal exercise.There are plenty of containers and servers out there (Tomcat, Jetty, Winstone) that satisfy the needs of the market.[详细]
2023-02-17 15:17 分类:问答