Increased Performance Using FILE_FLAG_SEQUENTIAL_SCANLast reviewed: November 2, 1995Article ID: Q98756 |
The information in this article applies to:
SUMMARYThere is a flag for CreateFile() called FILE_FLAG_SEQUENTIAL_SCAN which will direct the Cache Manager to access the file sequentially. Anyone reading potentially large files with sequential access can specify this flag for increased performance. This flag is useful if you are reading files that are "mostly" sequential, but you occasionally skip over small ranges of bytes.
MORE INFORMATIONThe effect on the Cache Manager of this flag is two-fold:
If you are working on an application where your ability to sequentially read file data is key to performance, you may want to consider adding the sequential flag to your create file call. This is especially true of applications that use this flag to read from a CD-ROM.
|
Additional reference words: 3.10 3.50 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |