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

Re: Subversion trunk (r1078338) HTTP(/WC?) performance problems?

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 14 Mar 2011 19:00:57 +0000

John Beranek <john_at_redux.org.uk> writes:

> Hmm, your timings still don't match mine. I still see ra_serf being
> (significantly) slower than ra_neon. With serf r1456 and SVN r1081484
>
> Export over a LAN from a trunk server:
>
> trunk ra_neon: 1.42
> trunk ra_serf: 2.44

Neon uses a single REPORT request while serf uses multiple GET/PROPFIND
requests. Your dataset less data in total but more, smaller, files.
I guess serf's request overhead starts to dominate as the files get
smaller.

-- 
Philip
Received on 2011-03-14 20:01:33 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.