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

Re: todo: optimization

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-03-28 23:03:58 CEST

On Wed, Mar 28, 2001 at 12:38:22PM -0600, Ben Collins-Sussman wrote:
>...
> Irony #1: after working hard to make the commit-driver send things in
> postfix text-delta style, we're currently *ignoring* this
> optimization. We don't attempt to merge() until the entire
> transaction has been received. Doh! We need a heuristic that calls
> merge() repeatedly while the transaction is being assembled, before
> any text-deltas are sent.

ra_dav will be doing checks before the text delta is ever sent, so this
"irony" doesn't really apply.

The most important check is that when a modification is marked for a
particular resource, ra_dav hits the server and says "I want to modify
<this>" and the server will respond at that point to say "that is out of
date. bugger off."

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:26 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.