Erik,
Thanks for all your hard work on this wonderful tool. Can you elaborate on the values in the followng ini setting?
thread_count=?
Does the value represent the number of cores to be used in a single instance, for example:
A Quad Core CPU:
One instance to use up to 100% of CPU = thread_count=4
Two instances to use up to 50% of CPU = thread_count=2
So, in my case, if I have a Six Core Phenom II, to utilize a single instance to use 100% of my CPU, I would set the following:
thread_count=6
Or if I wanted to use up to 2 concurrent sessions, I would have to use the following:
thread_count=3
Or, in the same scenario immediatley above (2 sessions), can I keep thread_count=6, and the 2 sessions would simply be sharing the 6 cores vs. the 2 sessions having dedicated 3 cores each?
Sorry, hopefully this make sense.
Jay
|