|
|
Subscribe / Log in / New account

Definition of RCU

Definition of RCU

Posted Oct 14, 2006 22:03 UTC (Sat) by PaulMcKenney (✭ supporter ✭, #9624)
In reply to: Definition of RCU needed by kevinbsmith
Parent article: Sleepable RCU

My apologies for leaving out this definition!!!

RCU does indeed stand for read-copy update. The name comes from the fact that readers continue to freely access the data structures even while another thread is making and substituting a copy in order to update. More information may be found at:


to post comments

Definition of RCU

Posted Oct 16, 2006 4:19 UTC (Mon) by xoddam (guest, #2322) [Link] (1 responses)

> http://en.wikipedia.org/wiki/RCU
> (I update this, so please let me know if you find bugs.)

Presumably you update a copy whilst we read the previous version :-)

Updating wikipedia

Posted Oct 16, 2006 13:12 UTC (Mon) by PaulMcKenney (✭ supporter ✭, #9624) [Link]

;-) ;-) ;-)

But as near as I can tell, that is exactly what happens. Although I have no idea what algorithm wikis use to accomplish this.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds