BBFG#
Thanks. It helps to know it is just the way it is.
It's just that I watch the first core do these 30-50% spikes while the others are breezing through at 2-5%.
It would be nice to see it spread it out a little more evenly.
Did you disable core-parking for Windows 7?
"-
Core Parking: Is a new features in Windows 7 that may be very handy for laptop computers, but not very convenient for systems where high performance is needed at all times. You can google it if you want to learn more about it. But, to disable it, you'll need to do the following (skip this if you're not comfortable editing the Registry):
Go to Regedit and find the following key (use the "Find..." command under "Edit" to make this easier):
0cc5b647-c1df-4637-891a-dec35c318583
Within this key, change the values called "Value Min" and "ValueMax" to 0. You'll have to find the key a few times (press F3) and adjust the values each time. The number of instances depends on the number of power profiles in your system. When you're done, do a cold shutdown/power on.
[Thanks to TomG and sky60234 for providing this awesome tweak]"
And using the Unified Preferences view, in the SONAR configuration file, did you try setting the ThreadSchedulingModel section at both 1 and 2?
"
9- Sonar Tweaks: * Improved Multi-Core load balancing [From Noel's SONAR 8.3 Log]
Since all systems are not made equal we decided to make this new scheduling mode configurable.
From the help file, the new aud.ini option to control this is:
ThreadSchedulingModel=<0 - 2>
Type Integer
Default 1
This variable goes in the [Wave] section and controls the interaction of the main audio thread and worker threads on multiprocessor systems when the Use Multiprocessing Engine option is enabled. Depending on the system, a particular model may result in less glitching and better overall performance. The values are as follows:
............0 = Same as previous versions of SONAR.
............1 = (default) Better thread balance. Model is more efficient and can provide cycles for other tasks.
............2 = Additional worker thread is created. This may result in improvement with Quad processor systems or higher. Not recommended for Dual processor systems."
To change in SONAR X series, open Unified Preferences view, and under Audio>Configuration File (Advanced view), look on the right and find the section "ThreadSchedulingModel". Change the number to 1 or 2. Check which one works best for you.