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

Re: Status of ra_serf

From: Greg Stein <gstein_at_lyra.org>
Date: 2006-02-17 17:24:28 CET

On Fri, Feb 17, 2006 at 07:15:13AM -0800, Justin Erenkrantz wrote:
> On 2/17/06, Greg Hudson <ghudson@mit.edu> wrote:
>...
> > I'm actually unsure why you need more than one connection total. You
> > can be sending GETs to the server as you're parsing the REPORT response,
> > then start handling GET responses as soon as the REPORT response is
> > done. The server should be sending data full-time, with only one
> > round-trip delay at the beginning to send off the first GET request.
>
> The problem is that the client is sitting around idle until the server
> finishes the REPORT response. The REPORT takes a *long* time to

Basically, the idea is keep the network *and* the local disk busy.
Preferably, keep the server not-busy, but that's a bit harder :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 17 17:38:22 2006

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.