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

Re: Large Repositories - related to Re: Issuezilla #1350 -- update

From: mark benedetto king <mbk_at_lowlatency.com>
Date: 2003-07-11 22:25:22 CEST

On Fri, Jul 11, 2003 at 03:06:20PM -0500, Ben Collins-Sussman wrote:
>
> The client parses the REPORT response -->
> For each file,
> PROPFIND depth 1, cache all file proplists
> look in cache, GET
> look in cache, GET
> look in cache, GET
> [...]
>

So, now that we have streamy propfind, doesn't it make sense to do:

         neon->send("PROPFIND depth 1")
         neon->streamily_parse_result(lambda file: neon->get(file))

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 11 22:26:39 2003

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.