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
Post a Comment