Re: [RELEASE] Userspace RCU 0.7.6

2013-01-10 Thread Stephen Hemminger
On Thu, 10 Jan 2013 11:42:41 -0500 Mathieu Desnoyers wrote: > * Stephen Hemminger (shemmin...@vyatta.com) wrote: > > On Wed, 9 Jan 2013 13:46:17 -0500 > > Mathieu Desnoyers wrote: > > > > > liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This > > > data synchronization library p

Re: [RELEASE] Userspace RCU 0.7.6

2013-01-10 Thread Mathieu Desnoyers
* Stephen Hemminger (shemmin...@vyatta.com) wrote: > On Wed, 9 Jan 2013 13:46:17 -0500 > Mathieu Desnoyers wrote: > > > 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 core

Re: [RELEASE] Userspace RCU 0.7.6

2013-01-10 Thread Stephen Hemminger
On Wed, 9 Jan 2013 13:46:17 -0500 Mathieu Desnoyers wrote: > 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 st

[RELEASE] Userspace RCU 0.7.6

2013-01-09 Thread Mathieu Desnoyers
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 structur