The information in this article applies to:
SUMMARYThere are several requirements that must be met for the Windows NT redirector to use raw data transfer mode, which is considered to be a more efficient data transfer mode than core mode. Applications can influence one or more of these requirements in such a way that it is not immediately apparent why data transfer is occurring in core mode and not raw mode. MORE INFORMATION
The Windows NT redirector has the following requirements for performing
raw mode I/O, all of which must be satisfied for raw mode I/O to occur.
The above requirements are commonly satisfied, and it might be apparent that at a given time raw I/O should be the data transfer mode of choice for the Windows NT redirector. An application or process, however, might be causing the failure of one or more of these requirements (and hence causing the redirector to use core mode) in a subtle way that does not necessarily involve data passing on the VC. An example of this is an application (such as File Manager) that posts a change notification (for example, the FindFirstChangeNotification and WaitForSingleObject or WaitForMultipleObjects APIs) which causes a long- term pending SMB request(s) on the VC--even though no data is being actively passed on the VC--and, hence, the failure of the requirement listed fourth above. For more information on File Manager and change notification, please see the following article in the Microsoft Knowledge Base: Q123819File Manager I/O Optimizations Slow Other File Transfers An application or process can also influence the redirector to use core mode instead of raw mode by the size of its reads and writes (that is, reads smaller than 2 times the currently configured request buffer size, or writes smaller than 1.5 times the currently configured request buffer size) and the type of its I/O (for example, on a blocking named pipe). See your application vendor for more information if you suspect network throughput performance problems are the direct result of an application significantly influencing the data transfer mode as mentioned above. Additional query words: throughput performance
Keywords : kbnetwork ntnetserv NTSrvWkst |
Last Reviewed: February 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |