I use delphi xe6 and dual cores.
In my former question many have answered to use multi threads to disperse core load. Thanks.
I coded an over loaded sample. In this sample I didn't use multi threads but the load disperses.
Please let me know the reason the load disperses without multi-thread coding and the cpu usage is limited around 50% during the calculation?
And if I use tParallel.For in xe7 the performance(specifically the cpu usage) will be better?
Thanks always.