作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
根据标题,从 Actor 中提取的 ActorContext 是否可以从多个线程(即使是 Actor 当前未执行的线程)中安全地使用,以创建旨在成为原始 Actor 的 child 的 Actor ?
最佳答案
不。ActorContext 是 not thread-safe并且不应该转义到其他线程。
关于thread-safety - 在 Akka 中,ActorContext 线程安全吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11170557/
我想要一个 ActorFactory 类,如下所示 public class SampleActorFactory { // Simple create method public creat
根据标题,从 Actor 中提取的 ActorContext 是否可以从多个线程(即使是 Actor 当前未执行的线程)中安全地使用,以创建旨在成为原始 Actor 的 child 的 Actor ?
我是一名优秀的程序员,十分优秀!