Home All Groups Group Topic Archive Search About
Author
10 Aug 2006 7:27 PM
Laserson
Hi! I tried to change my application's priority to high and i tried
maybe all ways to do that - i used Thread.CurrentThread.Priority class
to change it, but Task manager shows a normal priority of my app. How to
do that?

Author
11 Aug 2006 5:06 AM
Cor Ligthert [MVP]
Laserson,

The task manager is a simple end user tool. Have a look about what Willy has
written in time in the dotnet general group about that.

http://groups.google.com/group/microsoft.public.dotnet.general/search?group=microsoft.public.dotnet.general&q=willy+taskmanager&qt_g=1&searchnow=Search+this+group

I hope this helps,

Cor

Show quoteHide quote
"Laserson" <laser***@yandex.ru> schreef in bericht
news:urFxYMLvGHA.3552@TK2MSFTNGP03.phx.gbl...
> Hi! I tried to change my application's priority to high and i tried maybe
> all ways to do that - i used Thread.CurrentThread.Priority class to change
> it, but Task manager shows a normal priority of my app. How to do that?
Author
11 Aug 2006 10:10 AM
Laserson
But i cant understand the following: when i opened task manager i saw
that my app has 11 threads. I changed priority level using
Thread.CurrentThread.Priority, but what is current thread?? And how to
change priority of all threads at the same time? And where can i view
the real priority of my app?