Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Sumedh Kanetkar   (RSS)

Parallelizing Visual Studio solutions

One of the MSBuild Team’s scenarios for multi-proc builds is the automatic parallelization of Visual Studio solutions. For this scenario, we want Visual Studio to automatically parallelize all “independent” projects, and serialize all “dependent” ones.
Posted by msbuild | 3 Comments
Filed under: ,

Parallel builds scenarios and implementation ideas

The MSBuild Team has started thinking about adding multi-proc support to the MSBuild engine. Currently MSBuild is single-threaded and does not take advantage of any opportunities for parallel processing during a build. However, most builds inherently
Posted by msbuild | 3 Comments
Filed under: ,
 
Page view tracker