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

Re: svn commit: r1495419 - in /subversion/trunk/subversion/libsvn_ra_serf: options.c ra_serf.h serf.c util.c

From: Branko Čibej <brane_at_wandisco.com>
Date: Thu, 11 Jul 2013 19:48:42 +0200

On 11.07.2013 19:42, Ben Reser wrote:
> Now part of the concern over CL is that we'd end up having to use temp
> files. My test setup was using ramdisk for the test workspace and the
> system disk is a SSD, so that might help hide some of that. Even more
> importantly I believe the request needs to be over 100k before it'd
> need a tempfile, so I kinda doubt our test suite exercises that much.

I suspect that's completely irrelevant, since the probe issues OPTIONS
requests which are very small and should never spill to disk. The big
requests would be GET/PUT of large files and/or deltas, IIRC -- but
those shouldn't have to be retried if the probe does the right thing.

-- Brane

-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. brane_at_wandisco.com
Received on 2013-07-11 19:49:19 CEST

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.