Wednesday, January 29, 2014

C# limitation in real-time computing

One point I've not seen mentioned but you need to be aware of is that the Garbage Collector can kick in and so disrupt your carefully crafted timer.


Whether this is a problem depends on the app but that's one reason that .Net is not used for hard real-time applications.




Regards David R --------------------------------------------------------------- "Every program eventually becomes rococo, and then rubble." - Alan Perlis The only valid measurement of code quality: WTFs/minute.

No comments:

Post a Comment