Author: stefan2 Revision: 1346122 Modified property: svn:log Modified: svn:log at Fri Jun 8 15:23:34 2012 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Fri Jun 8 15:23:34 2012 @@ -1,5 +1,7 @@ Improve membuffer cache scalability by replacing the per-segment -mutexes with r/w locks. +mutexes with WORM locks. That allows concurrent reads to the +same cache segment and reads can therefore be allowed to take +much longer (large directories etc.). * subversion/libsvn_subr/cache-membuffer.c (svn_membuffer_t): replace the lock type
