Windows NT Is Always in Tune

In the old days, operating systems were built with many tuning parameters that could be adjusted to affect the performance of the system. These parameters frequently had obscure effects deep within the system. Understanding these effects meant grasping subtle design details. In fact, operating system designers became adept at leaving the most difficult decisions about the system's performance to the users.

Unfortunately, the users rarely had the system's source code at hand to help make these decisions. In an effort to keep manuals simple and friendly, the documentation rarely included the information required to set the parameters properly. Tuning an operating system became the arcane art of somehow understanding the many poorly documented values and how they affected the system's performance. This task was made more difficult because the interactions of the parameters were even more obscure than the parameters themselves.

A major design goal of Windows NT was to eliminate the many obtuse parameters that characterized earlier systems. Adaptive algorithms were incorporated in Windows NT so that correct values are determined by the system as it runs. The 32-bit address space removed many limitations on memory and the need for users to manually adjust parameters to partition memory.

Windows NT has fundamentally changed how computers will be managed in the future. The task of optimizing Windows NT is not the art of manually adjusting many conflicting parameters. Optimizing Windows NT is a process of determining what hardware resource is experiencing the greatest demand, and then adjusting the operation to relieve that demand. The system comes equipped with elegant (if we do say so ourselves) tools for accomplishing this task. Teaching you how to use these tools to make your computer run faster is the primary purpose of this book.

Windows NT did not achieve the goal of automatic tuning in every single case. A few parameters remain, mainly because it is not possible for us to know precisely how every computer is used. Default values for all parameters are set for a broad range of normal system use, and they rarely need to be altered. But there are special circumstances when changes might be advisable. In this book we will be sure to mention the few tuning parameters that remain in Windows NT, and when it is appropriate to change them from their default values.