dale.hagglund + read   9

Userspace RCU | LTTng Project
liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data structure accesses to detect grace periods after which memory reclamation is possible.
rcu  lttng  linux  trace  toolkit  read  copy  update  consistency  concurrency  cache  multicore  multithreading  user  space 
december 2010 by dale.hagglund
How to Read Mathematics
What are the common mistakes people make in trying to read mathematics?  How can these mistakes be corrected?
math  mathematics  article  reading  education  learning  teaching  science  read  academic  study 
october 2010 by dale.hagglund
The realtime preemption mini-summit [LWN.net]
Discussions about threaded interrupt handlers, system management interrupts, big kernel lock removal, and various types of locks.
real  time  kernel  linux  threaded  interrupt  handler  system  management  smi  rwlocks  rcu  read  copy  update  slab  allocator 
october 2009 by dale.hagglund
lttng.org Git - userspace-rcu.git/summary
An implementation of the basic linux rcu interfaces in user space.
rcu  read  copy  update  git  repository  linux  kernel  user  space  synchronization  threads  concurrency 
february 2009 by dale.hagglund
Hierarchical RCU [LWN.net]
This article explains a new version of linux's RCU (read-copy-update) that allows this code to scale to thousands of processors. It also has a good overview of the basic concepts behind RCU, and how using RCU improves multi-threaded scalability.
rcu  linux  read  copy  update  write  kernel  concurrency  scalability  programming  operating  system  multicore  multicpu  multithread 
november 2008 by dale.hagglund
What is RCU? (Part 3 / 3)
RCU is a synchronization mechanism available in the linux kernel which allows reads concurrently with updates.
kernel  linux  operating  system  rcu  read  copy  update  threads  synchronization  programming 
may 2008 by dale.hagglund
What is RCU? (Part 2 / 3)
RCU is a synchronization mechanism available in the Linux kernel which allows reads concurrent with updates.
kernel  linux  operating  system  rcu  read  copy  update  threads  synchronization  programming 
may 2008 by dale.hagglund
What is RCU? (Part 1 / 3)
RCU (Read-Copy-Update) is a synchronization mechanism in the Linux kernel that allows reads to occur concurrently with updates.
kernel  linux  operating  system  rcu  read  copy  update  threads  synchronization  programming 
may 2008 by dale.hagglund

Copy this bookmark:



description:


tags: