Do not use timers that prevent power state changes

Ran into an interesting FXCop rule today: Do not use timers that prevent power state changes.  According to the rule description:

Do not poll more often than once per second or use timers that occur more frequently than once per second. Higher frequency periodic activity will keep the CPU busy and interfere with power-saving idle timers that turn off the display and hard disks.

Very interesting.

No Comments