.net program run's slower on first time

  • Thread starter Thread starter prakash.guru
  • Start date Start date
P

prakash.guru

Hi Friends.

I was developed a project in vb.net . When i running the project it
runs very slower on first time. I End the program and again start run
it is ok and run good.

If I restart my PC and run my project it is slower . The second
execution is faster .

There is any way to fix that.

regards
Prakash
 
I was developed a project in vb.net . When i running the project it
runs very slower on first time. I End the program and again start run
it is ok and run good.

If I restart my PC and run my project it is slower . The second
execution is faster .

There is any way to fix that.

That's likely to be the same with anything which loads a large number
of libraries. Once they're in the system's cache, subsequent runs will
be faster until the libraries are flushed from the cache (eg by not
being used for ages).
 
Back
Top