【问题标题】:Insert values in Windows register using C++使用 C++ 在 Windows 寄存器中插入值
【发布时间】:2014-04-29 12:03:29
【问题描述】:

我想每秒将临时数据插入 Windows 寄存器。问题是每秒插入新数据和替换旧数据会对性能产生什么影响?

【问题讨论】:

    标签: c++ windows registry windows-server-2008


    【解决方案1】:

    取决于数据量。 Windows 注册表非常健壮,并且针对密集读写进行了很好的优化。为了获得印象,请尝试使用 Process Explorer(可从 MS 下载 - http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx)观察注册表访问一段时间。只要你保持你的蜂巢整洁,你应该没问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-04-07
      • 2021-06-06
      • 2011-01-05
      • 2010-12-22
      • 1970-01-01
      • 2021-03-07
      • 2013-11-22
      • 1970-01-01
      相关资源
      最近更新 更多