I was thrilled to hear that in Longhorn the memory manager would no longer limit its read/write requests to 64K, and (at least in current builds) will send individual I/O requests as big as 4GB (yup, that's 4 GIGAbytes). Also, I was really interested to learn that memory manager was using "dummy pages" to read in (and effectively discard) data from the backing store that might be older than that already in memory. This allows memory manager to create larger read operations than older versions allow.
Landy Wang led an amazingly interesting session at which he discussed the issues that "dummy pages" raise. Read more here
.