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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -