首页> 外文会议> >Towards Feasible Implementations of Low-Latency Multi-writer Atomic Registers
【24h】

Towards Feasible Implementations of Low-Latency Multi-writer Atomic Registers

机译:寻求低延迟多写入器原子寄存器的可行实现

获取原文

摘要

This work explores implementations of multiwriter/multi-reader (MWMR) atomic registers in asynchronous, crash-prone, message-passing systems with the focus on low latency and computational feasibility. The efficiency of atomic read/write register implementations is traditionally measured in terms of the latency of read and write operations. To reduce operation latency researchers focused on the communication costs, expressed as the number of communication round-trips (or rounds), often ignoring the computation costs. In this paper we consider efficiency of a register implementation in terms of both communication and computation costs. As of this writing, algorithm SFW is the sole known MWMR algorithm that allows single round read and write operations. The algorithm uses collections of intersecting sets (quorums), and to enable single round operations, SFW relies on the evaluation of certain predicates. We formulate a new combinatorial problem that captures the computational burden of evaluating the predicates in algorithm SFW and we show that it is NP-Complete. To make the evaluation of the predicates feasible, we present a polynomial log-approximation algorithm for this problem and we show how to use it with algorithm SFW. Then we present a new algorithm, called CWFR, that allows fast operations independently of the underlying quorum system construction. The algorithm implements two-round writes and allows reads to complete in a single round. We conclude with experimental evaluations of our algorithms obtained from simulations in NS2.
机译:这项工作探索了异步,易崩溃,消息传递系统中的多写入器/多读取器(MWMR)原子寄存器的实现,重点是低延迟和计算可行性。传统上,原子读取/写入寄存器实现的效率是根据读取和写入操作的延迟来衡量的。为了减少操作延迟,研究人员将注意力集中在通信成本上,用通信往返(或回合)的次数表示,通常忽略了计算成本。在本文中,我们从通信和计算成本两方面考虑寄存器实现的效率。在撰写本文时,算法SFW是唯一已知的MWMR算法,它允许单轮读取和写入操作。该算法使用相交集(定额)的集合,并且为了实现单轮操作,SFW依赖于某些谓词的求值。我们提出了一个新的组合问题,该问题捕获了评估算法SFW中谓词的计算负担,并证明它是NP-Complete。为了使谓词的评估可行,我们针对该问题提出了多项式对数逼近算法,并说明了如何将其与SFW算法一起使用。然后,我们提出了一种称为CWFR的新算法,该算法允许独立于基础仲裁系统构造的快速操作。该算法实现两轮写入,并允许读取在单轮中完成。我们以对NS2中的模拟获得的算法进行实验评估为结论。

著录项

相似文献

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

客服邮箱:kefu@zhangqiaokeyan.com

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

  • 服务号