Re: Is sumthing wrong with my proccy?
The problem is not in proc, but most apps are built keeping only one core in mind and hence the problem you saw. You can also try one more thing.
However you attained the 50% CPU usage, use the same method first to attain 50% usage.
Now run task manager. right click on the process (which is using 50%) and click on set affinity and set to Core #1 (uncheck core #0).
Run the same prog again(dont close the first) and set affinity to core #0 and uncheck core #1.
Never tried it, but since you seem to have a bit of free time anyway, can you try this? It's just which core an app can use.
|