Java 有 RTSJ - C# 有类似的东西吗?
我读到有一个关于实时执行 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,到目前为止,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.