You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ivan Zhakov <iv...@visualsvn.com> on 2013/10/21 21:55:56 UTC

Re: svn commit: r1533530 - /subversion/trunk/subversion/libsvn_ra_svn/marshal.c

On Friday, 18 October 2013, wrote:

> Author: stefan2
> Date: Fri Oct 18 16:12:54 2013
> New Revision: 1533530
>
> URL: http://svn.apache.org/r1533530
> Log:
> Fix a major latency snafu in svnserve.  Sequences of small requests
> and responses would be delayed in the TCP/IP stack by Nagle's alogrithm.
> That becomes obvious when e.g. running "ls -R".
>
> Backport to 1.8.x?


-- 
Ivan Zhakov
CTO | VisualSVN | http://www.visualsvn.com

Re: svn commit: r1533530 - /subversion/trunk/subversion/libsvn_ra_svn/marshal.c

Posted by Stefan Fuhrmann <st...@wandisco.com>.
On Mon, Oct 21, 2013 at 9:55 PM, Ivan Zhakov <iv...@visualsvn.com> wrote:

>
> On Friday, 18 October 2013, wrote:
>
>> Author: stefan2
>> Date: Fri Oct 18 16:12:54 2013
>> New Revision: 1533530
>>
>> URL: http://svn.apache.org/r1533530
>> Log:
>> Fix a major latency snafu in svnserve.  Sequences of small requests
>> and responses would be delayed in the TCP/IP stack by Nagle's alogrithm.
>> That becomes obvious when e.g. running "ls -R".
>>
>> Backport to 1.8.x?
>

After some deliberation, I think this would help merge performance
as well. So, we should backport it.

-- Stefan^2.