[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: mark benedetto king <mbk_at_boredom.org>
Date: 2003-03-01 03:26:01 CET

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?

--ben

---------------------------------------------------------------------
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:26:57 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.