CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: CPU Usage

  1. #1
    Join Date
    May 1999
    Posts
    24

    CPU Usage

    When I run my program(write and read on ISA bus) with Windows NT, it appears that it takes 99% of the CPU usage. You will understand that it is not what I aim at.
    Could you explain me why or/and what can I do to change this ?
    I know that this post is general but perhaps you could put me on a right way.

    Thanks a lot.

    Philippe


  2. #2
    Guest

    Re: CPU Usage

    If you are using a worker thread or a while loop this is normal.What you should do is to suspend the thead if you are finished and to resume the thread if there is a new read/write.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured