中文
相关论文

相关论文: Registers

200 篇论文

Most algorithms designed for shared-memory distributed systems assume the single-writer multi-reader (SWMR) setting where each process is provided with a unique register readable by all. In a system where computation is performed by a…

分布式、并行与集群计算 · 计算机科学 2017-11-28 Damien Imbs , Petr Kuznetsov , Thibault Rieutord

A shared read/write register emulation provides the illusion of shared-memory on top of message-passing models. The main hurdle with such emulations is dealing with server faults in the system. Several crash-tolerant register emulations in…

分布式、并行与集群计算 · 计算机科学 2019-10-16 Saptaparni Kumar , Jennifer L. Welch

Programmers of distributed systems need to reason about concurrency to avoid races. However, reasoning about concurrency is difficult, and unexpected races show up as bugs. Data race detection in shared memory systems is well-studied…

软件工程 · 计算机科学 2025-07-28 Zhengqun Koo

CASPaxos is a wait-free, linearizable, multi-writer multi-reader register in unreliable, asynchronous networks supporting arbitrary update operations including compare-and-set (CAS). The register acts as a replicated state machine providing…

分布式、并行与集群计算 · 计算机科学 2018-05-17 Denis Rystsov

Broadcast protocols are programs designed to be executed by networks of processes. Each process runs the same protocol, and communication between them occurs in synchronously in two ways: broadcast, where one process sends a message to all…

计算机科学中的逻辑 · 计算机科学 2026-03-04 Lucie Guillou , Arnaud Sangnier , Nathalie Sznajder

Given a synchronous system, we study the question whether the behaviour of that system can be exhibited by a (non-trivially) distributed and hence asynchronous implementation. In this paper we show, by counterexample, that synchronous…

分布式、并行与集群计算 · 计算机科学 2011-08-24 Jens-Wolfhard Schicke , Kirstin Peters , Ursula Goltz

In distributed computing, multiple processes interact to solve a problem together. The main model of interaction is the message-passing model, where processes communicate by exchanging messages. Nevertheless, there are several models…

分布式、并行与集群计算 · 计算机科学 2023-06-22 Adam Shimi , Aurélie Hurault , Philippe Queinnec

In high energy physics experiment trigger systems, block memories are utilized for various purposes, especially in binned searching algorithms. In these algorithms, the storages are demanded to perform like a large set of registers. The…

仪器与探测器 · 物理学 2021-12-03 Jinyuan Wu

Register automata extend classical finite automata with a finite set of registers that can store data from an infinite data domain for later equality comparisons with data from an input data word. While the registers in the original model…

形式语言与自动机理论 · 计算机科学 2019-05-30 Antoine Mottet , Karin Quaas

A token ring is an arrangement of N processors that take turns engaging in an activity which must be controlled. A token confers the right to engage in the controlled activity. Processors communicate with neighbors in the ring to obtain and…

分布式、并行与集群计算 · 计算机科学 2011-01-11 Ted Herman

We propose a formal model of distributed computing based on register automata that captures a broad class of synchronous network algorithms. The local memory of each process is represented by a finite-state controller and a fixed number of…

形式语言与自动机理论 · 计算机科学 2019-04-15 Benedikt Bollig , Patricia Bouyer , Fabian Reiter

The scheduling of task graphs with communication delays has been extensively studied. Recently, new results for the common sub-case of fork-join shaped task graphs were published, including an EPTAS and polynomial algorithms for special…

分布式、并行与集群计算 · 计算机科学 2023-06-06 Huijun Wang , Oliver Sinnen

Two chaotic systems which interact by mutually exchanging a signal built from their delayed internal variables, can synchronize. A third unit may be able to record and to manipulate the exchanged signal. Can the third unit synchronize to…

混沌动力学 · 物理学 2009-11-13 Ido Kanter , Evi Kopelowitz , Johannes Kestler , Wolfgang Kinzel

We describe several features of parallel or distributed asynchronous iterative algorithms such as unbounded delays, possible out of order messages or flexible communication. We concentrate on the concept of macroiteration sequence which was…

分布式、并行与集群计算 · 计算机科学 2022-10-11 Didier El Baz

These lecture notes cover basic automata-theoretic concepts and logical formalisms for the modeling and verification of concurrent and distributed systems. Many of these concepts naturally extend the classical automata and logics over…

计算机科学中的逻辑 · 计算机科学 2021-10-19 Benedikt Bollig , Paul Gastin

We consider synchronous dynamic networks which like radio networks may have asymmetric communication links, and are affected by communication rather than processor failures. In this paper we investigate the minimal message survivability in…

分布式、并行与集群计算 · 计算机科学 2012-03-29 Yehuda Afek , Eli Gafni

A syntactic model is presented for the specification of finite-state synchronous digital logic systems with complex input/output interfaces, which control the flow of data between opaque computational elements, and for the composition of…

计算机科学中的逻辑 · 计算机科学 2023-02-02 Nick Mertin , K. Ritsuka , Karen Rudie

This paper revisits the widely researched \textit{gathering} problem for two robots in a scenario which allows randomization in the asynchronous scheduling model. The scheduler is considered to be the adversary which determines the…

分布式、并行与集群计算 · 计算机科学 2019-09-24 Debasish Pattanayak , John Augustine , Partha Sarathi Mandal

We motivate and propose a new way of thinking about failure detectors which allows us to define, quite surprisingly, what it means to solve a distributed task \emph{wait-free} \emph{using a failure detector}. In our model, the system is…

分布式、并行与集群计算 · 计算机科学 2012-05-15 Carole Delporte-Gallet , Hugues Fauconnier , Eli Gafni , Petr Kuznetsov

Process algebra CSP only permits a process to engage in one event on a moment and records this single event into the traces of the process. CSP cannot process events simultaneously, it treat the events occurred simultaneously as one single…

计算机科学中的逻辑 · 计算机科学 2018-03-08 Yong Wang