Author: rhuijben
Date: Tue Feb 3 08:49:19 2015
New Revision: 1656646
URL: http://svn.apache.org/r1656646
Log:
* BRANCH-README: Add note that the 10-15 ra session example is long out of date
Modified:
subversion/branches/reuse-ra-session/BRANCH-README
Modified: subversion/branches/reuse-ra-session/BRANCH-README
URL:
http://svn.apache.org/viewvc/subversion/branches/reuse-ra-session/BRANCH-README?rev=1656646&r1=1656645&r2=1656646&view=diff
==============================================================================
--- subversion/branches/reuse-ra-session/BRANCH-README (original)
+++ subversion/branches/reuse-ra-session/BRANCH-README Tue Feb 3 08:49:19 2015
@@ -26,10 +26,11 @@ PROBLEM
=======
Currently Subversion client layer creates new RA session for every
-svn_client_* call. Even more: for some operations like svn_client_merge() it
-creates 10-15 RA sessions. Each session creation takes significant amount of
-time: TCP connection, SSL handshake, authentication and initial handshake. It
-easily could take several seconds over WAN.
+svn_client_* call. Even more: some operations like svn_client_merge() used
+to creates 10-15 RA sessions around the release of 1.8 (most bad cases
+were fixed on trunk short after branching). Each session creation takes
+significant amount of time: TCP connection, SSL handshake, authentication
+and initial handshake. It easily could take several seconds over WAN.
PROPOSED SOLUTION
=================