Page 1 of 1

v6.30 client

Posted: Sat Nov 06, 2010 12:19 am
by theteofscuba
I have a suggestion for the current 6.30 beta client. in short, default to -smp flag unless either the cpu is single core. allows a manual overriden.

The pseudo code is:

Code: Select all

//something to think about:
/*if(hyperthreading enabled)
	number of cores /= 2;*/

if(single cpu)
	run uniprocessor work units;
else if(manually_specified_number_of_cores)
	run smp client on specified number of cores;
else
	run smp cores on all detected cpu cores automatically;
I like this thought because the newbie users can maximize their contributions without having to put much effort into learning how
to use the current system. considering the v6.30 client already can handle both uniprocessor and smp i presume it wouldn't be terribly difficult to implement

Re: v6.30 client

Posted: Sun Nov 07, 2010 5:08 am
by 7im
Development on v6.x clients has stopped pending the v7 client release.

And this has been suggested before, so hopefully something like this has been incorporated in to v7. One can only hope...