C#-real-time scheduling

  • Thread starter Thread starter catherene
  • Start date Start date
C

catherene

hai,

in IEEE software jan/feb 2003 an article was published
regarding suitability of C# and .NET in real-time systems.

can anybody is doing research on its analysis of
schedulability.
kindly reply me.

with regards,
catherene
 
Because of the inconsistent nature of the GC you can't really run a
real-time system using .NET out of the box. You have to host the managed
run-time so you can have better control over memory or it simply fails to
make an impact as a real-time system (based on what people currently expect
out of real-time systems based in C or C++).
 
Back
Top