Scala 2.8 演员
我们很快就会考虑在 Scala 代码中使用 actor。我们还考虑在接下来的几周内迁移到 Scala 2.8。我们一直在关注 Akka,但它目前不支持 2.8,并且计划有 从 0.7 版本滑落到 0.8
我们需要分布式、受监督的参与者。 Akka 有替代方案吗?或者有人知道 Akka 0.8 是否一定会支持 2.8(以及计划何时支持)?或许可以暂时只使用Scala actor,稍后再改用Akka?
谢谢,
戴夫
更新: Viktor 下面提到的分支可以在此处关注
We're looking at using actors in our Scala code quite soon. We're also thinking of moving to Scala 2.8 in the next few weeks. We've been keeping an eye on Akka but it doesn't currently support 2.8 and plans for it have slipped from the 0.7 release to 0.8
We would like distributed, supervised actors. Is there an alternative to Akka? Or does anyone know if Akka 0.8 will definitely have 2.8 support (and when it's scheduled for)? Perhaps it's possible to just use Scala actors for the time being and switch to Akka at a later stage?
Thanks,
Dave
Update:
The branch Viktor mentions below can be followed here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我是 Akka 团队的一员,是的,我们绝对希望 2.8 支持为 0.8 做好准备。
如果你喜欢生活在最前沿,Akka 有一个实验性的 2.8 分支,由于最近为 0.7 黄金时段做好了准备,它有点落后于当前的 master,但它正在实现。
I'm on the Akka team and yes, we definitely want 2.8 support ready for 0.8.
Akka has an experimental 2.8 branch if you like living on the bleeding edge, it's a bit behind the current master due to the recent work to get 0.7 ready for prime time, but it's getting there.
作为 0.8 版本的一部分,Akka 将在今天(最迟明天)升级到 2.8。
/乔纳斯
Akka will move to 2.8 today, latest tomorrow, as part of the 0.8 release.
/Jonas
虽然我个人没有参与 Akka 的工作,但我有理由相信,一旦 Scala 2.8.0 实际可用,Akka 将被移植到 Scala 2.8。
While I'm not personally involved with the Akka effort, I feel reasonably confident that Akka will be ported to Scala 2.8 as soon as Scala 2.8.0 is actually available.