Visual Studio and C:\WINDOWS\CSC
Ever wonder why when looking for answers one gets more questions?
As I tried to determine why one of our machines built a project much slower than the others, in fact it seemed to pause at times.
While I did not determine the cause yet I did discover how much I/o work the devenv process does. IF you ever are curios download FileMon from http://www.sysinternals.com - its quite interesting. I would think some of it could be optimized
The one thing that intrigued me was C:\WINDOWS\CSC - could not tell what this was - looks like its just work space for the compiler - Any one know what this is?
I suspect the slowdown will be network resource related some how but will leave that for another day....