Bij ZDNet is een interview verschenen met Rob Short, de persoon die bij Microsoft verantwoordelijk is voor kernelontwikkeling. In het gesprek wordt ingegaan op de verschillen tussen Windows XP en Windows Server 2003 op het gebied van beveiliging, IIS en bestandssystemen. Volgens Short zijn de wijzigingen die extra veiligheid mogelijk maken er de oorzaak van dat een groot aantal NT4-applicaties niet werkt op het nieuwe besturingssysteem.
Een nieuwe feature is een soort mini-IIS binnen de kernel die eenvoudige HTTP-requests kan afhandelen. Een soortgelijk project bestaat ook binnen Linux, maar daar bleek het uiteindelijk minder extra snelheid op te leveren in vergelijking met minimalistische userspace-implementaties dan in eerste instantie werd verwacht. Short spreekt voor Windows Server 2003 echter over een 'huge performance win'. Het is mogelijk dat er door de andere architectuur van de Windowskernel een grotere snelheidswinst wordt geboekt dan bij Linux het geval is. Een andere vooruitgang is te vinden in de verbeteringen aan het bestandssysteem:
What's happened to the file system?
There are two things. We spent a lot of time on performance. We created the SMB file server specs, and we didn't have the fastest one around, which was embarrassing. So we took our performance team and said "your mission is to make ours twice as fast as this other one on the market." We've actually done that. So there's a huge performance increase. Most of those are the type of changes in separating the different file streams from each other deeper down in the system so you get more parallelism it works better on a parallel system. We've drastically improved the performance on Checkdisk. The transaction file system lets you make a transaction across a collection of file changes. We've added shadowing, so you can take a snapshot of something at a point in time and make a backup on the fly. We've done things to the IO subsystem, with tighter integration between a RAID subsystem and caching.