You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Rob <su...@theknack.net> on 2006/10/27 22:20:31 UTC

slow performance - persistent connection?

I am experiencing a wait of *hours* to merge or commit a project with 
about 3500 files to a remote site.  Each file takes about 2 seconds to 
process.  Bandwidth utilization is very low; I'm convinced almost all 
the wait is latency.   I fired up tcpdump to discover that a new 
connection is established for every file!  

Is there some way to enable persistent https connections?  I'm using the 
command-line client version 1.2.3. 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: slow performance - persistent connection?

Posted by Erik Huelsmann <eh...@gmail.com>.
On 10/28/06, Rob <su...@theknack.net> wrote:
> I am experiencing a wait of *hours* to merge or commit a project with
> about 3500 files to a remote site.  Each file takes about 2 seconds to
> process.  Bandwidth utilization is very low; I'm convinced almost all
> the wait is latency.   I fired up tcpdump to discover that a new
> connection is established for every file!
>
> Is there some way to enable persistent https connections?  I'm using the
> command-line client version 1.2.3.

You didn't say, but I presume this is with HTTP?

If so, you may benefit from 1.4.0 or 1.4.1, which supports Serf, a
library which supports HTTP pipelining for remote repository access.

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org