Jon
Tue Sep 28 02:06:02 CDT 2004
<prakash.guru@gmail.com> wrote:
> 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).
--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too