C#/.NET?

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

Hi,

Can anyone give me any information about using C#/.NET to build
real-time precision applications? Pros/cons etc.?

Thanks
 
Hi Simon,

..net in general is not suitable for real-time precision apps.
That's because it uses Garbage collection which is triggered from time to
time and it stops your app for a certain period.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top