JActor 是一个 Java 的 Actor 模式的实现,经过测试在 i5 CPU 上可支持每秒钟发送超过亿条消息,可能是目前最快的。这相当于是 Scala 的 Actor 的纯 Java 版本。
JActor 4.1.0 改进记录:
MailboxFactory.eventException(Request request, Exception exception) 用来处理未被捕获的事件异常
修复了事件的异常处理 bug
JAFactory.getActorFactory now consistently throws an IllegalArgumentException when the binding for the actor type can not be found.
StateMachine 重命名为 SimpleMachine.
下载:https://github.com/laforge49/JActor
来自:开源中国社区

