Real-Time applications

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RealTimeC++

    #1

    Real-Time applications

    I am thinking about tring to use Visual C++ .NET to
    develop some real-time applications. I was wandering if
    there are any issues with timing with the GC, and what is
    the interaction between the use of Unmanaged C++ and
    Managed C++? I am looking to get real-time resolution
    down to under half a second, and the application is going
    to be pretty large and most likly multi-threaded. Any
    comments out there about doing this?
  • Jochen Kalmbach

    #2
    Re: Real-Time applications

    Doug Gordon wrote:
    [color=blue]
    > So far it's working out quite well, although
    > 10 msec is about the best timing resolution we are seeing.[/color]

    What do you mean with this !?

    Do you mean "Sleep(1)" waits for 10 ms !?

    try to call "timeBeginPerio d(1)"


    --
    Greetings
    Jochen

    Do you need a memory-leak finder ?

    Comment

    Working...