Microsoft.NETRuntimeOptimizationService是.NET运行优化服务进程。
1.mscorsvw.exe是.NET的预编译工具.
2.通过关闭CLR Optimization Service服务可以关闭这个程序.
mscorsvw.exe is precompiling .NET assemblies in the background. Once it's done, it will go away. Typically, after you install the .NET Redist, it will be done with the high priority assemblies in 5 to 10 minutes and then will wait until your computer is idle to process the low priority assemblies. Once it does that it will shutdown and you won't see mscorsvw.exe. One important thing is that while you may see 100% CPU usage, the compilation happens in a process with low priority, so it tries not to steal the CPU for other stuff you are doing. Once everything is compiled, assemblies will now be able to share pages across different processes and warm start up will be typically much faster, so we're not throwing away your cycles.
Friday, 20 July 2007
.NET Runtime Optimization Service 访问网络是否正常?
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment