You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/06/08 17:23:34 UTC

svn propchange: r1346122 - svn:log

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