Is it possible to prioritise CPU power in java?
Hi guys,
I'm writing a program that will automatically run when a screen saver is loaded. Problem is, I'm trying to make it as CPU intensive as I can, because its a program that just crams out calculations.
I'm wondering if any knows anywhere I can find information about how to draw out as much CPU power as possible. Or even if there's a way of temporarily pausing all unnecessary programs while mine runs or something along those lines? I don't want to have to do it manually everytime, I need my program to implement it itself.
Let me know if you can help! Thanks!!
Lucas;)