Change the application priority

Change the application priority

The application’s priority – and more in general the thread’s priority – indicates how the application is “important” for the CPU. The more the priority is hight the more the CPU will dedicate his time to execute it.

In .NET the priority of a thread is indicated to the Thread.Priority property. By default his value is Normal, but some applications might need to increase or decrease it. If your application is single threaded, you can use the following routine to change its priority:

Sub SetApplicationPriority(ByVal priority As System.Threading.ThreadPriority)    ' Change the priority of the current thread    Thread.CurrentThread.Priority = priorityEnd Sub

If your application is multithreaded, the procedure will affect only the actual thread from which the procedure is called. The values that you can pass to the procedure are (from highest to lowest priority): Highest, AboveNormal, Normal, BelowNormal, Lowest.

Notice that you should use the Highest priority only for truly critical tasks, as processes with this priority tend to drain CPU resources and leave no time for lower priority jobs.

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several