A few years ago I tried a similar patch and while it improved specific scenarios it slowed down running the entire test suite on Windows overall at that time.
Did you perform similar measurements on this patch? Bert -----Original Message----- From: "[email protected]" <[email protected]> Sent: 22-10-2013 14:56 To: "[email protected]" <[email protected]> Subject: svn commit: r1534620 - /subversion/branches/1.8.x/STATUS Author: stefan2 Date: Tue Oct 22 12:55:26 2013 New Revision: 1534620 URL: http://svn.apache.org/r1534620 Log: * 1.8.x/STATUS: propose r1533530 for backport & vote for it Modified: subversion/branches/1.8.x/STATUS Modified: subversion/branches/1.8.x/STATUS URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1534620&r1=1534619&r2=1534620&view=diff ============================================================================== --- subversion/branches/1.8.x/STATUS (original) +++ subversion/branches/1.8.x/STATUS Tue Oct 22 12:55:26 2013 @@ -112,6 +112,14 @@ Candidate changes: Votes: +1: rhuijben + * r1533530 + Fix latency issue when reusing svnserve connections. + Justification: + This simple patch affects all operations that run multiple requests + over the same connection. It should improve things like e.g. merge. + Votes: + +1: stefan2 + Veto-blocked changes: =====================

