I’m using CreateThread for my threads.
One thread is taking a lot of cpu %, I need to have that reduced.
Yes, I know I can just call Sleep(), but in this case its complicated to implement.
How do I set the thread to run in low priority or if not possible, then how do I run my application in low priority?
Use SetThreadPriority function, for details search msdn