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

Re: svn commit: rev 5155 - in trunk/subversion: include libsvn_repos

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-03-01 03:43:15 CET

On Fri, Feb 28, 2003 at 09:26:01PM -0500, mark benedetto king wrote:
> On Fri, Feb 28, 2003 at 06:26:45PM -0800, Greg Stein wrote:
> >
> > Eh? If there is allocation going on, then we should pass a pool to get_uuid.
> > We are already overloading that session pool way too much.
> >
>
> In all three ra implementations, it gets allocated once and only once per
> session. Additionally, it is prefetched in the ra_svn handshake to avoid
> an extra round-trip, which pretty much necessitates that it be stored in
> the session, at least for ra_svn.
>
> Given that it's an O(1) increase in pool-size, do you still feel that it
> should be factored out?

Ah. I didn't realize that it was cached. Of course, that makes perfect
sense... the value isn't really changing, now is it? :-)

thx,
-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 Sat Mar 1 03:38:38 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.