Server Optimization in RFCB Caching
Article ID: 126026
Article Last Modified on 2/20/2007
APPLIES TO
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
- Microsoft Windows 2000 Professional Edition
- Microsoft Windows NT Workstation 3.5
- Microsoft Windows NT Workstation 3.51
- Microsoft Windows NT Workstation 4.0 Developer Edition
- Microsoft Windows NT Server 3.5
- Microsoft Windows NT Server 3.51
- Microsoft Windows NT Server 4.0 Standard Edition
This article was previously published under Q126026
SUMMARY
The Server service now caches the file handles (RFCBs) associated with
files it has opened on behalf of a client request. Although write requests
proceed normally, close requests are acknowledged by the server, but are
buffered from the file system. This is intended to optimize response time
to repeated open/close operations performed by clients. In regards to
Opportunistic Locking (oplock), this optimization is a logical extension of
the way a client caches its own file close request and relies on the server
to arbitrate future requests for file access by other clients.
In rare situations, Oplock must be disabled for compatibility purposes.
RFCB caching also includes a configurable parameter in the registry to
modify the server's behavior.
Additional query words: prodnt cached open limit
Keywords: kbnetwork KB126026