in reply to Re^3: faster start of "exe" generated by pp
in thread faster start of "exe" generated by pp

I could see one thing - but it just folds the application startup into the machine startup. It isn't really making the time better, just having it happen at a time when you are less likely to be impacted.

Have a way to just run the application with a no-op to have the OS cache the libraries and files as part of your startup sequence.

--MidLifeXis

  • Comment on Re^4: faster start of "exe" generated by pp