Am 21.09.2010 09:59, schrieb Michael Schnell:
Usually any type of "parallel" implementation in a language or a library would limit the count of spawned tasks to a number lower than the count of CPUs available.
You mean n-1 parallel tasks for n CPUs? That will be very bad on a single core machine. ;)
And if I remember the usage of MAKEOPTS in make.conf is the right setting for parallel compiling tasks (CountOfCpu + 1).
Michael -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
