Author: brane
Date: Fri Feb  6 11:09:54 2015
New Revision: 1657782

URL: http://svn.apache.org/r1657782
Log:
On the reuse-ra-session branch: Documentation change: Instead of expecting
clients to manage the lifetime of idle sessions, expect that the RA cache
implementation will take care of that itself and hide the complexity
from the API.

* BRANCH-README:
   Remove todo item about svn_client_close_all_sessions.
   Add todo item about idle session expiry.

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=1657782&r1=1657781&r2=1657782&view=diff
==============================================================================
--- subversion/branches/reuse-ra-session/BRANCH-README (original)
+++ subversion/branches/reuse-ra-session/BRANCH-README Fri Feb  6 11:09:54 2015
@@ -19,10 +19,10 @@ TODO:
 - Add explicit session reuse in the MTCC implementation.
 - Add new RA method (svn_ra__ping?) to verify that a session
   about to be reused is valid.
+- Expire and close idle sessions after a given timeout.
 - Limit the number of idle open sessions in the cache.
 - Run performance comparisons between trunk and branch to prove that
   the RA session cache does in fact speed things up.
-- Implement svn_client_close_all_sessions().
 - Find and resolve all 'RA_CACHE TODO' comments.
 
 PROBLEM


Reply via email to