首页> 外文期刊>MSDN Magazine >Concurrent Affairs: The ReaderWriterGate Lock
【24h】

Concurrent Affairs: The ReaderWriterGate Lock

机译:并发事务:ReaderWriterGate Lock

获取原文
获取原文并翻译 | 示例
       

摘要

One day I was working on a consulting project and came across a thread synchronization problem that I hadn't run into before. The company was creating a Web service and almost all the client requests that came into their server needed to access some shared data in a read-only fashion. Occasionally, a request that needed to modify the shared data would come in, and we needed to keep the data in sync. It sounded like the perfect scenario for using reader-writer locks (as I discussed in my June 2006 Concurrent Affairs column, available at msdn.microsoft.com/msdnmag/issues/06/06/ConcurrentAffairs).
机译:有一天,我在从事一个咨询项目,遇到了一个我从未遇到过的线程同步问题。该公司正在创建Web服务,几乎所有进入其服务器的客户端请求都需要以只读方式访问某些共享数据。有时会出现需要修改共享数据的请求,而我们需要保持数据同步。这听起来像是使用读写器锁的完美方案(正如我在2006年6月的“并行事务”专栏中所讨论的,该专栏可从msdn.microsoft.com/msdnmag/issues/06/06/ConcurrentAffairs获得)。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号