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

RE: Re: High CPU usage caused by TSVNCache.exe at startup

From: Mark Irving <Mark.Irving_at_informatix.co.uk>
Date: Thu, 2 Jul 2009 14:48:53 -0700 (PDT)

VS2005User (at) googlemail (dot) com wrote:
> Could you please take a look at revision 16481 (trunk), r16482 (1.6
> branch)?

Stefan:
> Can you try the next nightly build please? (16657)

I think I can see a problem in the source. Specifically, a test of the form

GetTickCount() - DRIVETYPETIMEOUT > drivetypeticker

is wrong for DRIVETYPETIMEOUT milliseconds after system start-up, and again every 49.7 days or so. But re-ordering as

GetTickCount() - drivetypeticker> DRIVETYPETIMEOUT

works better, provided the measured interval never exceeds 49.7 days.

[I've tried sending this message twice, with a suggested patch which I haven't included this time, and it hasn't got to the list after ten hours. Please accept my apologies if all three attempts arrive.]

  - Mark.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2367618

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-07-02 23:49:00 CEST

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

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