中文
相关论文

相关论文: Registers

200 篇论文

Membrane system computations proceed in a synchronous fashion: at each step all the applicable rules are actually applied. Hence each step depends on the previous one. This coarse view can be refined by looking at the dependencies among…

计算工程、金融与科学 · 计算机科学 2009-11-30 G. Michele Pinna , Andrea Saba

The workflow is a general notion representing the automated processes along with the flow of data. The automation ensures the processes being executed in the order. Therefore, this feature attracts users from various background to build the…

分布式、并行与集群计算 · 计算机科学 2019-05-23 Muhammad H. Hilman , Maria A. Rodriguez , Rajkumar Buyya

Motivated by recent distributed systems technology, Aguilera et al. introduced a hybrid model of distributed computing, called message-and-memory model or m&m model for short [1]. In this model, processes can communicate by message passing…

分布式、并行与集群计算 · 计算机科学 2020-12-15 Vassos Hadzilacos , Xing Hu , Sam Toueg

The paper is concerned with defining the electrical signals and their models. The delays are discussed, the asynchronous automata - which are the models of the asynchronous circuits - and the examples of the clock generator and of the R-S…

计算机科学中的逻辑 · 计算机科学 2007-05-23 Serban E. Vlad

In this article we present Mutable Locks, a synchronization construct with the same execution semantic of traditional locks (such as spin locks or sleep locks), but with a self-tuned optimized trade off between responsiveness---in the…

分布式、并行与集群计算 · 计算机科学 2023-06-02 Romolo Marotta , Davide Tiriticco , Pierangelo Di Sanzo , Alessandro Pellegrini , Bruno Ciciani , Francesco Quaglia

Operating system is a bridge between system and user. An operating system (OS) is a software program that manages the hardware and software resources of a computer. The OS performs basic tasks, such as controlling and allocating memory,…

操作系统 · 计算机科学 2012-09-21 Kamlesh Sharma , T. V. Prasad

We extend the concept of generalized synchronization of chaos, a phenomenon that occurs in driven dynamical systems, to the context of autonomous spatiotemporal systems. It means a situation where the chaotic state variables in an…

混沌动力学 · 物理学 2009-11-13 O. Alvarez-Llamoza , M. G. Cosenza

This article presents a signature-free distributed algorithm which builds an atomic read/write shared memory on top of an $n$-process asynchronous message-passing system in which up to $t<n/3$ processes may commit Byzantine failures. From a…

分布式、并行与集群计算 · 计算机科学 2016-04-28 Achour Mosteafoui , Matoula Petrolia , Michel Raynal , Claude Jard

The paper addresses the problem of emulating a regular register in a synchronous distributed system where clients invoking ${\sf read}()$ and ${\sf write}()$ operations are anonymous while server processes maintaining the state of the…

分布式、并行与集群计算 · 计算机科学 2017-04-20 Antonella Del Pozzo , Silvia Bonomi , Riccardo Lazzeretti , Roberto Baldoni

Time synchronization is a critical task in robotic computing such as autonomous driving. In the past few years, as we developed advanced robotic applications, our synchronization system has evolved as well. In this paper, we first introduce…

机器人学 · 计算机科学 2021-03-31 Shaoshan Liu , Bo Yu , Yahui Liu , Kunai Zhang , Yisong Qiao , Thomas Yuang Li , Jie Tang , Yuhao Zhu

The asynchronous systems are the non-deterministic models of the asynchronous circuits from the digital electrical engineering, where non-determinism is a consequence of the fact that modelling is made in the presence of unknown and…

其他计算机科学 · 计算机科学 2012-06-22 Serban E. Vlad

The asynchronous systems are the models of the asynchronous circuits from the digital electrical engineering. An asynchronous system f is a multi-valued function that assigns to each admissible input u a set f(u) of possible states x in…

其他计算机科学 · 计算机科学 2008-12-18 Serban E. Vlad

Choreographic Programming is a paradigm for the development of concurrent software, where deadlocks are prevented syntactically. However, choreography languages are typically synchronous, whereas many real-world systems have asynchronous…

编程语言 · 计算机科学 2017-12-01 Luís Cruz-Filipe , Fabrizio Montesi

The lock-free, ordered, linked list is an important, standard example of a concurrent data structure. An obvious, practical drawback of textbook implementations is that failed compare-and-swap (CAS) operations lead to retraversal of the…

数据结构与算法 · 计算机科学 2020-11-02 Jesper Larsson Träff , Manuel Pöter

We address the problem of statically checking safety properties (such as assertions or deadlocks) for parameterized phaser programs. Phasers embody a non-trivial and modern synchronization construct used to orchestrate executions of…

编程语言 · 计算机科学 2021-05-13 Zeinab Ganjei , Ahmed Rezine , Ludovic Henrio , Petru Eles , Zebo Peng

We characterize the complexity of the safety verification problem for parameterized systems consisting of a leader process and arbitrarily many anonymous and identical contributors. Processes communicate through a shared, bounded-value…

计算机科学中的逻辑 · 计算机科学 2015-05-26 Javier Esparza , Pierre Ganty , Rupak Majumdar

Rollback recovery strategies are well-known in concurrent and distributed systems. In this context, recovering from unexpected failures is even more relevant given the non-deterministic nature of execution, which means that it is…

编程语言 · 计算机科学 2024-01-08 Germán Vidal

We consider asynchronous multiprocessor systems where processes communicate by accessing shared memory. Exchange of information among processes in such a multiprocessor necessitates costly memory accesses called \emph{remote memory…

分布式、并行与集群计算 · 计算机科学 2011-09-26 Wojciech Golab

A key way to construct complex distributed systems is through modular composition of linearizable concurrent objects. A prominent example is shared registers, which have crash-tolerant implementations on top of message-passing systems,…

分布式、并行与集群计算 · 计算机科学 2021-08-31 Hagit Attiya , Constantin Enea , Jennifer Welch

Motivated by large-scale optimization problems arising in the context of machine learning, there have been several advances in the study of asynchronous parallel and distributed optimization methods during the past decade. Asynchronous…

机器学习 · 计算机科学 2020-06-25 Mahmoud Assran , Arda Aytekin , Hamid Feyzmahdavian , Mikael Johansson , Michael Rabbat