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.
Here it is, from http://www.mono-project.com/Mod_mono#Automatic_restart_of_the_mod-mono-server_backend
SO formatting is a little off, but basically you can restart mod-mono-server process ( running under apache ) by time or requests using this configuration.