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

java - How to compare two classes -

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

c# - Get the Class name in a class with atribute inside a attribute method -