建议的.NET软实时实时、建议、NET

2023-09-03 21:18:18 作者:要死趁早好吗

我感兴趣的是获得COM prehensive有关软(硬得)实时应用程序在.net 3.5 / 4的WinForms主要是(WPF也许)。谷歌结果的东西是相当差 - 在并行一些quides只是......问题是我的例子,如何可以写一个实时的病人健康监控客户端的一些医疗器械?具有实时股票数据或经纪人的应用?或导航系统的列车?或房子,自动化软件,负责开/关门?等等......所以这种实时的应用程序为目标。

I'm interested in getting comprehensive information about soft (hard too) real-time application in .Net 3.5/4 Winforms mainly (WPF perhaps). Google results for the thing are quite poor - some quides on parallelism only ... the question is how could I for example write a real-time patient-health monitoring client for some medical appliance? or broker application with real-time stock data? or navigation system for a train? or a house-automation software which is responsible for opening/closing doors? etc ... so this kind of realtime app is the target.

到目前为止,我还没有发现它的任何书籍,除非并发编程在Windows上 - 这是basicly不是这个,而是并行处理......

So far I haven't found any books on it except Concurrent Programming on Windows - which is basicly not about this , rather parallelism handling ...

在此先感谢

推荐答案

我个人的感觉是,如果你的要求是,你不应该使用实时软件.NET

My personal feeling is that if your requirements are for real time software you shouldn't be using .net

达网络使用未面向实时应用的虚拟机。例如,你不能predict当垃圾收集器将运行,或多久,它是要采取。如果这发生在一个关键时刻,您的实时软件将不再是实时的。

.net uses a virtual machine that is not geared towards real time applications. For example, you cannot predict when the garbage collector is going to run, or how long it is going to take. If this happened at a critical moment, your real time software would no longer be real time.

特定语言