Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在计划编写一些代码来检查连接到服务器的大量磁盘上的可用空间,这些磁盘使用 iSCSI 挂载。
有人警告说“轮询死挂载上的可用空间会导致很长的超时”。
我的问题基本上是这样的:使用 DiskInfo 类时是否如此,是否有更好的选择来确定以这种方式安装的磁盘上的可用空间,至少“更好”,因为它不会长时间挂起并以可预测的方式做出反应?
可能不是因为延迟是由 Windows 的 IO 子系统引起的。但是您可以DiskInfo在第二个线程中自由使用该类 - 这样您的 UI 就不会被阻塞。
DiskInfo