Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人使用 zeromq 实现了演员模型?表现如何?使用什么模式?REQ/REP、PUB/SUB 还是 PUSH/PULL?
我确实使用了另一个名为 theron 的库。但是由于上下文切换,性能不太好。
可以分享您的想法/设计吗?
“Akka 提供了一个 ZeroMQ 模块,它抽象了一个 ZeroMQ 连接,因此允许 Akka 参与者之间的交互通过 ZeroMQ 连接进行”
http://doc.akka.io/docs/akka/2.0.2/java/zeromq.html