有什么好的Java线程迁移包吗?

发布于 2024-08-19 13:28:21 字数 240 浏览 1 评论 0原文

关于在不同机器上的不同 JVM 之间迁移 Java 线程已经进行了大量的研究,但是是否有一些公开可用的、维护的、每个人都使用的事实上的实现?如果没有一种好的实现,而是有多种,你们推荐哪一种,为什么?

(注意:我不是在谈论数据库迁移,我不是在询问 Hadoop、RMI、参与者,也不是在寻找任何其他进行分布式计算的方式,我需要专门关于 Java 线程迁移的信息,而不是 Scala [是的,我我知道前沿的延续]或任何其他可以坐在 JVM 上的东西。)

There has been a tremendous amount of research on migrating Java threads between different JVMs on different machines, but is there some publicly available, maintained, de facto implementation that everyone uses? If there is not one good implementation, but multiple ones, which one do you guys recommend and why?

(Note: I'm not talking about database migrations, I'm not asking about Hadoop, RMI, actors, or looking for any other way of doing distributed computing, I need information specifically on thread migration for Java, not Scala [yes I'm aware of the continuations in bleeding edge] or anything else which can sit on the JVM.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拥醉 2024-08-26 13:28:21

不确定这就是您想要的,但是...

我知道有几个使用 javaflow 在 JVM 之间迁移。不过,该项目还需要更多用户才能最终看到发布版本。能够胜任这项任务的贡献者很难找到。但也许可以尝试一下。与 jvm 本机迁移相比,它有一些限制/开销。

您可能还想查看这篇有关移动代理迁移的论文

Not sure this is what you are after but...

I know of a couple projects using javaflow to migrate between JVMs. The project needs a few more users to finally see a release though. And contributors that are up to the task are hard to come by. But maybe give it a try. It has a few restrictions/overhead compared to jvm-native migrations.

You might also might want to have a look into this paper about mobile agent migrations.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文