%general-entities; ]> $Date$ liburcu-&liburcu-version; liburcu Introduction to liburcu The userspace-rcu package provides a set of userspace RCU (read-copy-update) libraries. These data synchronization libraries provide 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. &lfs112_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &liburcu-md5sum; Download size: &liburcu-size; Estimated disk space required: &liburcu-buildsize; Estimated build time: &liburcu-time; User Notes: Installation of liburcu Install liburcu by running the following commands: ./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/liburcu-&liburcu-version; && make To test the results, issue: make check. Now, as the root user: make install Contents Installed Programs Installed Libraries Installed Directories None liburcu.so, liburcu-bp.so, liburcu-cds.so, liburcu-common.so, liburcu-mb.so, liburcu-memb.so, liburcu-qsbr.so, and liburcu-signal.so /usr/include/urcu and /usr/share/doc/liburcu-&liburcu-version;