How to keep quartz .net's scheduler alive?
问题 I use quartz in my asp website, i initialize the scheduler in application_start method and shutdown in application_end method ,my trigger will fire everyday but I found that my scheduler will automatically shutdown if there are not request for a while ,so my background works will not triggered,are there any better way to keep the scheduler life long and only shutdown when the server stopped? 回答1: For better knowledge sharing: There are two suggestions: http://www.codeproject.com/Articles