On Mon, Jun 4, 2012 at 3:56 PM, <stef...@apache.org> wrote: > Author: stefan2 > Date: Mon Jun 4 19:56:58 2012 > New Revision: 1346122 > > URL: http://svn.apache.org/viewvc?rev=1346122&view=rev > Log: > Improve membuffer cache scalability by replacing the per-segment > mutexes with r/w locks.
The idea being: multiple readers are now allowed? >... Cheers, -g