Article ID: 103048 - Last Review: November 1, 2006 - Revision: 3.1

CPU-Bound Applications and Windows NT

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q103048
Expand all | Collapse all

SUMMARY

Because the Windows NT screen savers run at a lower priority than applications with Windows NT, it is possible for a CPU-bound application to make the system inoperable.

A CPU-bound application is an application that constantly interrupts the processor in case there is data to be processed. An example of a CPU-bound application is the Slide Show in Microsoft PowerPoint.

If the Windows NT screen saver activates while the CPU-bound application is in the foreground, the screen saver thread will essentially become starved for CPU cycles because other applications run at a higher priority. Depending on how the CPU-bound application is written, keystrokes and/or mouse movements may not be passed on to the functioning Windows NT screen saver application. If they are not, the computer is essentially locked up.

By default, the screen saver runs at a base priority of 4 and applications run at a base priority of 7.

The only current workaround for this is to disable the screen saver.

APPLIES TO
  • Microsoft Windows NT Advanced Server 3.1
  • Microsoft Windows NT Workstation 3.1
Keywords: 
kbui KB103048