Grokking concurrency, message passing and Co

BCS none at anon.com
Sun Jul 11 12:00:00 PDT 2010


Hello div0,

> The rule of thumb is don't bother spawning more threads than you have
> cpus. You're just wasting resources mostly.
> 

You REALLY don't want more threads trying to run than you have cores. Threads 
in a wait state, are less of an issue, but they still use up resources.

-- 
... <IXOYE><





More information about the Digitalmars-d-learn mailing list