Previous | Table of Contents | Next |
Along with your primary memory subsystem, your computer should have a caching subsystem. Many people refer to the caching subsystem as a secondary, or level 2, cache. If any computer you are considering does not have a secondary cache, I suggest you look elsewhere and choose another computer. A properly designed secondary cache can improve memory access from 10 to 20 percent. This can provide a significant overall performance improvement to your computer system.
The cache is used to either hold a copy of main system memory that is frequently accessed, pre-read and hold sequential data requests from main memory, or buffer data writes to main memory. All of these offer increased memory access times because cache memory operates in the 15 to 20 nanosecond range, while system memory operates in the 60 to 80 nanosecond range. Caches are used because the processor speed has exceeded the speed at which the main memory can be accessed. System memory is based on DRAM, EDO RAM, or SDRAM chips, which require a refresh cycle before they can be accessed again. This refresh cycle doubles, or even triples, depending on the system architecture and wait cycles (the time between concurrent memory access rates). Secondary cache chips, on the other hand, are based on Static Random Access Memory (SRAM) chips, which do not require a refresh between concurrent data access cycles.
My recommendation is to increase the size of your secondary processor cache based on the size of your system memory. Use a minimum of 256K for a 16MB system, 512MB cache for systems up to 64MB, and at least 1MB of cache for anything larger than 64MB, if possible. Not all systems have upgradable secondary caches, however, which is why you should pay careful attention to the caching options when selecting a motherboard or computer system.
Most Intel computers offer an advanced BIOS setup option to configure the secondary cache and main system memory refresh times and wait states. If you can, set your secondary cache to offer write-back functionality (which will buffer writes to system memory), as this will increase system performance. If data integrity is an issue, set your secondary cache settings to write-through (which will pass all data writes directly to main memory), and only cache memory read requests.
The single most-important component on your system aside from the processor is your disk subsystem. If your server cannot access the data fast enough to handle your client requests, it slows down the entire network while your clients wait to access the data. Poor performance means you will be called in to explain this situation sooner or later to your superiors, and it will rarely be a happy meeting. So, it pays to consider the possibilities beforehand. There are currently three types of disk subsystems on the market today, including:
Note: SCSI currently comes in several flavors. There is the original SCSI I, which you should avoid when purchasing SCSI peripherals; SCSI II, which is the most used; SCSI III, which is on its way to becoming the new standard; and then there are FAST SCSI and WIDE SCSI. FAST SCSI extends the data transfer rate from 10MB/sec. to 20MB/sec., while Wide SCSI extends the I/O interface from 8 bits to 16 bits. In some cases, you can even find a combination of FAST WIDE SCSI, which extends the data transfer rate to 40MB/sec.When adding a CD-ROM to Windows NT, always try and choose a SCSI II CD-ROM drive. These types of CD-ROM drives are the easiest to add to an NT system.
Previous | Table of Contents | Next |