FREE Registration is required
Overview:
Read-Copy Update (RCU) allows lock-free read-only access to data structures that are concurrently modified on SMP systems. Despite the concurrent modifications, read-only access requires neither locks nor atomic instructions, and can often be written as if the data were unchanging, in a "CS 101" style. RCU is typically applied to read-mostly linked structures that the read-side code traverses unidirectionally. This paper combines ideas from several RCU implementations in an attempt to create an overall best algorithm, and presents a RCU-based implementation of the System V IPC primitives, improving performance by more than an order of magnitude, while increasing code size by less than 5% (151 lines). This implementation has been accepted into the Linux 2.5 kernel.
(Is this item miscategorized? Does it need more tags? Let us know.)
| Format: | Size: | 98 KB | |
| Pages: | 13 |
People who downloaded this item also downloaded
![]() |
Unified Application: Uses and Benefits |
![]() |
Fuss, Futexes and Furwocks: Fast Userlevel Locking in Linux |
White Papers, Webcasts, and Resources
- Live Webcast: Is Your Enterprise Architected for 2010? SybaseEnterprise Architecture (EA) initiatives plagued by 'analysis paralysis'? Keep things moving forward into 2010 with this iterative approach to EA.
- Orthopedic Center to Grow 30 Percent and Boost Productivity With Online Services MicrosoftRead how one healthcare provider dramatically lowered costs--saving over $35,000 annually on licensing fees alone--using Microsoft Online Services.
- Live Webcast: Enhanced Availability in a Virtual Data Center with the Dell PS Series and Microsoft Windows Server 2008 R2 Hyper-V Dell EqualLogicLearn how to use the new features of Microsoft Windows Server 2008 R2 Hyper-V to boost the availability of your virtualized data center.
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- Best Financial Practices of PC Refresh
-
To learn about business PCs powered by Intel® Core 2 processors with vPro technology visit www.intel.com/go/PCrefresh
- Learn more >>
- SmartPlanet
Discover innovative insight and ideas that impact the world around you -
SmartPlanet offers expert advice on innovations in healthcare, including electronic personal health records, treatment, privacy and regulation, and the green technologies that make it happen.
- Learn more >>
- SmartPlanet
Discover innovative insight and ideas that impact the world around you -
SmartPlanet offers expert advice on innovations in healthcare, including electronic personal health records, treatment, privacy and regulation, and the green technologies that make it happen.
- Learn more >>












