[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Merging parallel-put to /trunk

From: Thomas Åkesson <thomas_at_akesson.cc>
Date: Mon, 15 Feb 2016 18:19:34 +0100

> I think that local commits are usually fast enough. But committing over
> a high-latency network, e.g., with a transatlantic RTT of 150ms, can be
> painfully slow — see below.

Poor network connections are of course a very important concern, likely even more important than some additional seconds wait when committing large files on a perfect connection.

That said, I really don’t believe in the single-POST approach. Consider how that would work on a crappy connection when traveling on a train. TCP-connections are frequently broken, or worse, stalling.

Going to parallel PUTs will likely address both issues:
 - Great connection: Multi core performance, very much in line with CPU development in recent years. Also competes better with other network traffic as more and more applications open many TCP-connection.
 - Poor connection: High latency, whatever, the waiting time gives more space for the other uploads (assuming that all parallel PUTs are not entirely in sync).

Regards,
Thomas Å.
Received on 2016-02-15 18:19:44 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.