Interesting ...
I got the idea from reading the following article:
http://www.aspnetresources.com/articles/debug_code_in_production.aspx
which has one of the last sections titled "Keep The Code Warm". I
thought, as the author and the white paper suggests, the utility might
be useful. I guess not. Basically what you are saying there is more to
gain by allowing the resources to be freed, than to make sure that the
application stays alive. I guess it depends if any other sites are
hosted and services running.
Well, in any case, thanks for reminding that the delay is also due to
loading the assemblies into app domain.
> Much of the wait time you experience is not the first-time compilation,
> but the AppDomain being loaded. You can keep the AppDomain loaded in the
[quoted text clipped - 20 lines]
>> just wondering how effective it can be in the production
>> environment...
Brock Allen - 18 Jul 2005 23:33 GMT
> Basically what you are saying there is more to
> gain by allowing the resources to be freed, than to make sure that the
> application stays alive. I guess it depends if any other sites are
> hosted and services running.
Bingo -- as always, it depends :)
-Brock
DevelopMentor
http://staff.develop.com/ballen