multithreading - How to disperse single core process to multi core -


i use dual-core, delphi xe6 , api doesn't support multi-core. application coded these makes full load of 1 core. can disperse load other core?

what looking more multithreading. (or maybe multiprocessing.)


you should rewrite application process data , perform tasks in parallel manner. while not difficult task, wording of question suggests, not familiar concept of parallel programing.

if wish learn how utilize threads this question, this embarcadero article, , this delphigeek article might find general direction.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -