one reason is that a restart may mean that files have changed. if this is
the case, then some assemblies need to be recompiled and the jit cache
should be flushed accordingly if the methods come from these dirty
assemblies
--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at
www.lulu.com/owc
_________________________
"mcollier" <michaelscollier@gmail.com> wrote in message
news:1110816586.809577.176770@g14g2000cwa.googlegr oups.com...[color=blue]
> Why does it have to JIT it each time the process is started? I noticed
> what appear to be compiled versions of the pages under the
> "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET Files"
> directory. Wouldn't these pages be used when the worker process
> restarts?
>
> Do you know of a MSDN, or similar, site that discusses this process? I
> would like to learn more about how this works.
>
>
> Thanks!
>[/color]