中文
相关论文

相关论文: Constant RMR Recoverable Mutex under System-wide C…

200 篇论文

In light of recent advances in non-volatile main memory technology, Golab and Ramaraju reformulated the traditional mutex problem into the novel {\em Recoverable Mutual Exclusion} (RME) problem. In the best known solution for RME, due to…

分布式、并行与集群计算 · 计算机科学 2019-05-30 Prasad Jayanti , Siddhartha Jayanti , Anup Joshi

Mutual exclusion (ME) is one of the most commonly used techniques to handle conflicts in concurrent systems. Traditionally, mutual exclusion algorithms have been designed under the assumption that a process does not fail while…

分布式、并行与集群计算 · 计算机科学 2020-08-04 Sahil Dhoked , Neeraj Mittal

Mutual exclusion is one of the most commonly used techniques to handle contention in concurrent systems. Traditionally, mutual exclusion algorithms have been designed under the assumption that a process does not fail while…

分布式、并行与集群计算 · 计算机科学 2021-10-19 Sahil Dhoked , Neeraj Mittal

The abortable mutual exclusion problem was introduced by Scott and Scherer to meet a need that arises in database and real time systems, where processes sometimes have to abandon their attempt to acquire a mutual exclusion lock to initiate…

分布式、并行与集群计算 · 计算机科学 2018-09-13 Prasad Jayanti , Siddhartha Jayanti

Recent advances in non-volatile main memory (NVRAM) technology have spurred research on designing algorithms that are resilient to process crashes. This paper is a fuller version of our conference paper \cite{jayanti:rmeabort}, which…

分布式、并行与集群计算 · 计算机科学 2020-12-08 Prasad Jayanti , Anup Joshi

We present a tight RMR complexity lower bound for the recoverable mutual exclusion (RME) problem, defined by Golab and Ramaraju \cite{GR2019a}. In particular, we show that any $n$-process RME algorithm using only atomic read, write,…

分布式、并行与集群计算 · 计算机科学 2021-06-08 David Yu Cheng Chan , Philipp Woelfel

We present the first recoverable mutual exclusion (RME) algorithm that is simultaneously abortable, adaptive to point contention, and with sublogarithmic RMR complexity. Our algorithm has $O(\min(K,\log_W N))$ RMR passage complexity and…

分布式、并行与集群计算 · 计算机科学 2023-07-11 Daniel Katzan , Adam Morrison

Mutual exclusion (ME) is a commonly used technique to handle conflicts in concurrent systems. With recent advancements in non-volatile memory technology, there is an increased focus on the problem of recoverable mutual exclusion (RME), a…

分布式、并行与集群计算 · 计算机科学 2021-03-03 Sahil Dhoked , Neeraj Mittal

We formulate a modular approach to the design and analysis of a particular class of mutual exclusion algorithms for shared memory multiprocessor systems. Specifically, we consider algorithms that organize waiting processes into a queue.…

分布式、并行与集群计算 · 计算机科学 2013-10-31 Wojciech Golab

Recent research on mutual exclusion for shared-memory systems has focused on "local spin" algorithms. Performance is measured using the "remote memory references" (RMRs) metric. As common in recent literature, we consider a standard…

分布式、并行与集群计算 · 计算机科学 2012-08-09 Abhijeet Pareek , Philipp Woelfel

The group mutual exclusion (GME) problem is a generalization of the classical mutual exclusion problem in which every critical section is associated with a type or session. Critical sections belonging to the same session can execute…

分布式、并行与集群计算 · 计算机科学 2019-07-09 Shreyas Gokhale , Neeraj Mittal

We present "Reciprocating Locks", a novel mutual exclusion locking algorithm, targeting cache-coherent shared memory (CC), that enjoys a number of desirable properties. The doorway arrival phase and the release operation both run in…

分布式、并行与集群计算 · 计算机科学 2025-07-14 Dave Dice , Alex Kogan

The notion of an anonymous shared memory (recently introduced in PODC 2017) considers that processes use different names for the same memory location. Hence, there is permanent disagreement on the location names among processes. In this…

分布式、并行与集群计算 · 计算机科学 2018-10-10 Zahra Aghazadeh , Damien Imbs , Michel Raynal , Gadi Taubenfeld , Philipp Woelfel

Mutual exclusion is a classical problem in distributed computing that provides isolation among concurrent action executions that may require access to the same shared resources. Inspired by algorithmic research on distributed systems of…

分布式、并行与集群计算 · 计算机科学 2022-02-25 Joshua J. Daymude , Andréa W. Richa , Christian Scheideler

We present Hemlock, a novel mutual exclusion locking algorithm that is extremely compact, requiring just one word per thread plus one word per lock, but which still provides local spinning in most circumstances, high throughput under…

分布式、并行与集群计算 · 计算机科学 2022-01-07 Dave Dice , Alex Kogan

We present two algorithms for the Group Mutual Exclusion (GME) Problem that satisfy the properties of Mutual Exclusion, Starvation Freedom, Bounded Exit, Concurrent Entry and First Come First Served. Both our algorithms use only simple read…

分布式、并行与集群计算 · 计算机科学 2015-05-29 Yuan He , Krishnan Gopalakrishnan , Eli Gafni

For over a decade now we have been witnessing the success of {\em massive parallel computation} (MPC) frameworks, such as MapReduce, Hadoop, Dryad, or Spark. One of the reasons for their success is the fact that these frameworks are able to…

数据结构与算法 · 计算机科学 2018-02-02 Artur Czumaj , Jakub Łącki , Aleksander Mądry , Slobodan Mitrović , Krzysztof Onak , Piotr Sankowski

Let M be a random (alpha n) x n matrix of rank r<<n, and assume that a uniformly random subset E of its entries is observed. We describe an efficient algorithm that reconstructs M from |E| = O(rn) observed entries with relative root mean…

机器学习 · 计算机科学 2009-09-17 Raghunandan H. Keshavan , Andrea Montanari , Sewoong Oh

We propose a risk-aware crash mitigation system (RCMS), to augment any existing motion planner (MP), that enables an autonomous vehicle to perform evasive maneuvers in high-risk situations and minimize the severity of collision if a crash…

机器人学 · 计算机科学 2023-09-25 Faizan M. Tariq , David Isele , John S. Baras , Sangjae Bae

The emergence of systems with non-volatile main memory (NVM) increases the interest in the design of \emph{recoverable concurrent objects} that are robust to crash-failures, since their operations are able to recover from such failures by…

分布式、并行与集群计算 · 计算机科学 2020-02-27 Ohad Ben-Baruch , Danny Hendler , Matan Rusanovsky
‹ 上一页 1 2 3 10 下一页 ›