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

Re: svn commit: r34914 - branches/http-protocol-v2/subversion/libsvn_ra_serf

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 9 Jan 2009 10:24:01 -0800

On Fri, Jan 9, 2009 at 09:33, Ben Collins-Sussman <sussman_at_red-bean.com> wrote:
>...
> Greg: you said that the old-fashioned code "can now cache the
> youngest rev", but I don't see where that's happening. Is the cached
> value somewhere *other* than in the global session_t?

One more time, in small words :-)

The old code DOES NOT cache the value.
You are fetching the value.
The new code has a place to hold a cached value.
When running v2 mode, you cache the value in the proper place.
When running v1 mode, you are NOW able to similarly cache the value.
You can tweak the v1 code paths to NOW cache the value.

Okee doke?

:-)

Cheers,
-g
Received on 2009-01-09 19:24:22 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.