中文
相关论文

相关论文: Age-Memory Trade-off in Read-Copy-Update

200 篇论文

We examine status updating systems in which time-stamped status updates are stored/written in shared-memory. Specifically, we compare Read-Copy-Update (RCU) and Readers-Writer lock (RWL) as shared-memory synchronization primitives on the…

信息论 · 计算机科学 2024-12-30 Vishakha Ramani , Jiachen Chen , Roy D. Yates

Consistency in data storage systems requires any read operation to return the most recent written version of the content. In replicated storage systems, consistency comes at the price of delay due to large-scale write and read operations.…

分布式、并行与集群计算 · 计算机科学 2018-04-04 Jing Zhong , Roy D. Yates , Emina Soljanin

Read-Copy Update (RCU) is a scalable, high-performance Linux-kernel synchronization mechanism that runs low-overhead readers concurrently with updaters. Production-quality RCU implementations for multi-core systems are decidedly…

计算机科学中的逻辑 · 计算机科学 2018-11-27 Lihao Liang , Paul E. McKenney , Daniel Kroening , Tom Melham

Memory management in lock-free data structures remains a major challenge in concurrent programming. Design techniques including read-copy-update (RCU) and hazard pointers provide workable solutions, and are widely used to great effect.…

编程语言 · 计算机科学 2019-02-20 Ismail Kuru , Colin S. Gordon

Age-of-information is a novel performance metric in communication systems to indicate the freshness of the latest received data, which has wide applications in monitoring and control scenarios. Another important performance metric in these…

信息论 · 计算机科学 2018-08-07 Jie Gong , Xiang Chen , Xiao Ma

Data is replicated and stored redundantly over multiple servers for availability in distributed databases. We focus on databases with frequent reads and writes, where both read and write latencies are important. This is in contrast to…

网络与互联网体系结构 · 计算机科学 2022-02-01 Saraswathy Ramanathan , Gaurav Gautam , Vikram Srinivasan , Parimal Parag

Read-Copy-Update (RCU) is widely used in the Linux kernel to manage concurrent access to shared data structures.However, improper synchronization when removing RCU protected hash table entries can lead to stale pointers, inconsistent…

密码学与安全 · 计算机科学 2025-11-04 Oisin O Sullivan , Colin Flanagan , Eoin O Connell

We consider an information updating system where a source produces updates as requested by a transmitter. The transmitter further processes these updates in order to generate $partial$ $updates$, which have smaller information compared to…

信息论 · 计算机科学 2020-01-30 Melih Bastopcu , Sennur Ulukus

In the status update system, the freshness of information is drawing more and more attention. To measure the freshness of the data, age-of-synchronization (AoS) is introduced. Since many communication devices are energy-constrained, how to…

信息论 · 计算机科学 2023-05-15 Jiajie Huang , Jie Gong

Timely information updates are critical to time-sensitive applications in networked monitoring and control systems. In this paper, the problem of real-time status update is considered for a cognitive radio network (CRN), in which the…

网络与互联网体系结构 · 计算机科学 2020-01-29 Yao Zhao , Bo Zhou , Walid Saad , Xiliang Luo

This paper investigates the optimization of memory sampling in status updating systems, where source updates are published in shared memory, and reader process samples the memory for source updates by paying a sampling cost. We formulate a…

系统与控制 · 电气工程与系统科学 2024-05-27 Vishakha Ramani , Ivan Seskar , Roy D. Yates

We consider an information updating system where an information provider and an information receiver engage in an update process over time. Different from the existing literature where updates are countable (hard) and take effect either…

信息论 · 计算机科学 2018-12-20 Melih Bastopcu , Sennur Ulukus

Leader-based data replication improves consistency in highly available distributed storage systems via sequential writes to the leader nodes. After a write has been committed by the leaders, follower nodes are written by a multicast…

分布式、并行与集群计算 · 计算机科学 2020-05-19 Amir Behrouzi-Far , Emina Soljanin , Roy D. Yates

We consider a system consisting of a library of time-varying files, a server that at all times observes the current version of all files, and a cache that at the beginning stores the current versions of all files but afterwards has to…

信息论 · 计算机科学 2019-09-20 Haoyue Tang , Philippe Ciblat , Jintao Wang , Michele Wigger , Roy Yates

Caching is an effective mechanism for reducing bandwidth usage and alleviating server load. However, the use of caching entails a compromise between content freshness and refresh cost. An excessive refresh allows a high degree of content…

信息检索 · 计算机科学 2019-07-10 Yibei Ling , Jie Mi

Emerging software-defined networking technologies enable more adaptive communication infrastructures, allowing for quick reactions to changes in networking requirements by exploiting the workload's temporal structure. However, operating…

网络与互联网体系结构 · 计算机科学 2022-11-08 Monika Henzinger , Ami Paz , Arash Pourdamghani , Stefan Schmid

We consider a real-time status update system consisting of a source-destination network. A stochastic process is observed at the source, and samples, so called status updates, are extracted at random time instances, and delivered to the…

信息论 · 计算机科学 2017-01-25 Antzela Kosta , Nikolaos Pappas , Anthony Ephremides , Vangelis Angelakis

We study the version age of information in a multi-hop multi-cast cache-enabled network, where updates at the source are marked with incrementing version numbers, and the inter-update times on the links are not necessarily exponentially…

信息论 · 计算机科学 2023-04-05 Priyanka Kaswan , Sennur Ulukus

A common problem when implementing concurrent programs is efficiently protecting against unsafe races between processes reading and then using a resource (e.g., memory blocks, file descriptors, or network connections) and other processes…

分布式、并行与集群计算 · 计算机科学 2020-03-03 Guy E. Blelloch , Yuanhao Wei

We consider the problem of robust dynamic coded distributed storage (RDCDS) that is associated with the coded distributed storage of a message with $N$ servers where 1) it suffices to recover the message from the storage at any $R_r$…

信息论 · 计算机科学 2024-08-22 Haobo Jia , Zhuqing Jia
‹ 上一页 1 2 3 10 下一页 ›