Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Making file system calls from real-time threads can decrease real-time performance.

The file system drivers that are released with Windows Mobile are not real-time. Like the Graphics, Windowing, and Event Subsystem (GWES), the File System Manager and the supplied file system drivers use critical sections to protect critical data. The use of a single critical section per file system means that a lower-priority thread can block a higher-priority thread from running if the lower-priority thread has acquired the critical section before the higher-priority thread is ready to run.

See Also