File Locked with only readers

Process Monitor Trace 中包含file locked with only readers状态码. 这是什么意思呢? 下面的内容摘自Sysinternals的论坛.

======================

This is not a failure code, it's actually a success code.

 

The Memory Manager (MM) calls into the file systems to acquire locks at section creation time and this just allows the file system to pass added information back to the MM.

This one means, "I have locked the file for section creation and there is currently no one with write access to the file." MM can then know from this that the section data is prevented from changing while the lock is held.

So, I'd say that if you're seeing this as a point of failure in the traces you're barking up the wrong tree at the moment.

 

来源:

http://forum.sysinternals.com/topic21378.html

posted on 2010-05-17 14:08  中道学友  阅读(2822)  评论(0编辑  收藏  举报

导航

技术追求准确,态度积极向上