c# - Automatically parallelize a .net application -


i know if there way automatically parallelize .net application in order use multi core cpu.

i know if it's possible coding, but, there tools or "runtime?" able run application in parallel (multi threading) without manually ?

thanks lot :)

no - there no way parallelize .net application. programmer must build multi-threaded/parallel ground up, , application areas not suited parallelization.


Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

angular - Angular2 Router: Cannot find primary outlet to load 'HomeComponent' -

javascript - Why Selenium can't find an element that is graphically visible -