Results 1 to 2 of 2

Thread: saving cpu cycles

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Posts
    4

    Question

    How do I make my program not use CPU cycles when it's waiting for a cirtain event to occur (like input from a hardware port)?

  2. #2
    New Member
    Join Date
    Aug 2000
    Location
    Brazil
    Posts
    14
    As far as I am concerned, when you program is waiting for an input for example, the process is blocked by the OS until the IO operation is done, you don´t need to worry about it
    by Ramosf

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