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

Re: [TSVN] Re: Re: Re: Severe performance degradation observed

From: SteveKing <stefankueng_at_gmail.com>
Date: 2004-12-14 11:36:40 CET

On Tue, 14 Dec 2004 10:25:12 -0000, Simon Large <slarge@blazepoint.co.uk> wrote:

> OK, I have looked at 1920 and 1949 using filemon. Veeeery interesting.
>
[snip]
> In 1949 there is a huge swathe of events looking at iconv\*.so for every
> file, and also reading chunks out of the entries file. Looks like every
> file is being handled as a fresh SVN status call.

Seems the Subversion patch which activates utf8 caching isn't applied
to the nightlies.

Russel, could you check please if the file libsvn_subr\utf8.c in your
working copy contains
void
svn_utf_initialize (apr_pool_t *pool)
{
  apr_pool_t *subpool;
#if APR_HAS_THREADS
  apr_thread_mutex_t *mutex;
#endif

  if (!xlate_handle_hash)
....

somewhere around line 85?

I know the function is available, but at least in 1.1.0 it still was
'deactivated', i.e. the function was empty, a dummy function.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Dec 14 11:37:18 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.