Note To Self...
When creating applications that requre a large amount of processor power always use
Thread t = Thread.CurrentThread;
t.Priority = ThreadPriority.BelowNormal;
if you want to be able to use your computer :)
ASP.net C# VB.net and other programming languages...new software and other tech-related articles...with the good and the bad...
When creating applications that requre a large amount of processor power always use
Thread t = Thread.CurrentThread;
t.Priority = ThreadPriority.BelowNormal;
if you want to be able to use your computer :)
Posted by Vlad at 10:46 PM
Tags: Programming
No comments:
Post a Comment