R
Rudy Ray Moore
I compile a large application. It's my full time job.
This c++ "native binary" application takes approx 22 minutes to build
(release build).
Occasionally, it will compile much slower. It will take approx. 1.5 hours
to compile. Task manager shows 100% CPU usage (about 95% by cl.exe)
The slow compile is unusual, and goes away when I reboot.
1. How can I fix this problem without rebooting?
2. How can I prevent it from happening?
Rudy
This c++ "native binary" application takes approx 22 minutes to build
(release build).
Occasionally, it will compile much slower. It will take approx. 1.5 hours
to compile. Task manager shows 100% CPU usage (about 95% by cl.exe)
The slow compile is unusual, and goes away when I reboot.
1. How can I fix this problem without rebooting?
2. How can I prevent it from happening?
Rudy