Re: Hierarchical RCU by Paul McKenney

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

On Mon, Jan 12, 2009 at 3:25 PM, Peter Teoh <htmldeveloper@xxxxxxxxx> wrote:
> An incredible good technical article:
>
> http://lwn.net/Articles/305782/
>
> May be someone would like to summarize it in 3 or 4 sentences?
>
Uhh, impossible. My lousy attempt, I have CC: Paul as the designer and author:

Read-copy update (RCU) is a novel synchronization mechanism added to
the Linux kernel that allows readers to execute concurrently with
writers. The classic RCU mechanism scales well up to systems with
hundreds of processors, but does not scale well to emerging larger
multi-core systems as there is a global lock involved that must be
acquired by each CPU. Also, CPUs are woken up regularly, even if they
sit idle. A new hierarchical implementation of RCU reduces lock
contention and avoids unnecessarily awakening sleeping CPUs. Design by
Paul McKenney.

Regards,
-- 
Leon Woestenberg

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux