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

Re: Thread priority for TSVNCache ...

From: Clemens Anhuth <clemens_at_froglogic.com>
Date: Sun, 14 Jun 2009 12:57:42 +0200

Parrish, Ken wrote:
[...]
>
> Is there a way to set the thread priority for TSVNCache (in
> particular) and/or TSVNProc to ‘low’ in such a way that it will be
> remembered each time these applications are started and each time that
> I login?
>

Hello Ken,

I just created this little AutoHotkey (http://www.autohotkey.com/)
script which seems to do the job:

---START SNIPPET (NOT PART OF SNIPPET)---

#SingleInstance force
#Persistent

SetTimer, TSVNCachePriority, 1000 ; every second

TSVNCachePriority:
Process, Priority, TSVNCache.exe, L
return

---END SNIPPET (NOT PART OF SNIPPET)---

See http://www.autohotkey.com/docs/commands/Process.htm for information
on the "Process" command.

I put a shortcut to this file in my autostart folder to have it
automatically do its job after login.

With best regards

Clemens Anhuth

-- 
www.froglogic.com - Squish - Multi-Platform GUI Testing
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2361946
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-06-14 12:58:36 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.