Appdomain recycle settings on mod_mono & Apache
Posted
by Radu094
on Stack Overflow
See other posts from Stack Overflow
or by Radu094
Published on 2010-04-30T15:07:53Z
Indexed on
2010/05/30
2:02 UTC
Read the original article
Hit count: 272
How does one control the application recycle settings for an ASP.NET application runnin on mod_mono & Apache ?
On IIS6 & 7 there was an option to specify either a time period, a number of requests, etc. when the AppDomain would be recycled and the application would basically do an Application_End() / Application_Start().
I am seeing the same behaviour on mod_mono & Apache ,but I can't find where to change the settings.
© Stack Overflow or respective owner