Java 有 RTSJ - C# 有类似的东西吗?

发布于 2024-11-02 06:56:21 字数 230 浏览 1 评论 0原文

我读到有一个关于实时执行 java 字节码的虚拟机的实时规范(JSR 282 中的 RTSJ 1.1)。这使得即使在具有 OS9 或 WinCE 等 RTOS 的嵌入式设备上也可以实时执行 Java 代码。

由于我喜欢C#,我想知道C#是否也有这样的规范?当然,在 Windows 中运行这个 C# 运行时是没有意义的,但也许 Mono 阵营正在进行一些项目?这对于 C# 来说将是一个巨大的市场。你同意?

谢谢。

I read that there is a realtime specification for a virtual machine executing java bytecode in real-time (RTSJ 1.1 in JSR 282). This makes it possible to execute Java code in real-time even on embedded devices with an RTOS like OS9 or WinCE.

Since I like C#, I was wondering if there is such a specification for C# also? Of course it makes no sense running this C# runtime from within Windows, but maybe there are some projects going on in the Mono camp? This would be a big market for C#. Do you agree?

Thanks.

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

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

发布评论

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

评论(1

亣腦蒛氧 2024-11-09 06:56:21

不,到目前为止,C# 还没有与 RTSJ 类似的东西。然而,关于该主题的一些学术著作(令人惊讶!):

http://portal.acm .org/itation.cfm?id=1052666

还有一些半途工业兴趣似乎并没有完全实现实时。

请注意SOhere上的相关(但不是很有帮助)讨论。

鉴于 RTSJ 一直在努力获得关注,我不确定对非常相似的 .Net 等效项的需求可能是什么。也许随着 RTSJ 获得可信度,在时间紧迫的世界中提高现代语言生产力的承诺将会增长,并产生对实时 C#/CLR 的吸引力。

No, there's no parallel to RTSJ to date for C#. Some academic work (surprise!) on the topic, however:

http://portal.acm.org/citation.cfm?id=1052666

And some halfway industrial interest which doesn't appear to go the full way to real-time.

Note the related (but not very helpful) discussion on SO here.

Given that RTSJ has struggled to get traction, I'm not sure what the demand for a very similar .Net equivalent might be. Perhaps as RTSJ gains credibility, the promise of increased productivity for modern languages in the time-critical world will grow and produce pull for a real-time C#/CLR.

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