this shouldn't really come as a surprise, the threading model of ASP.NET is certainly not designed for long-running tasks. is there actually guidance out there that would encourage you to embed it in-process with ASP.NET?
On Thu, Apr 16, 2009 at 5:27 PM, Ricardo Lopes <[email protected]> wrote: > > Some time ago i was also looking for this and i remember that i read > something about problems with Quartz scheduled tasks on low traffic > websites due to IIS recycles. > > So i ended up using a console app that is called by the windows scheduler. > > Hope it helps. > > > 2009/4/16 Wayne Douglas <[email protected]>: >> >> Quartz >> >> On 4/16/09, Juan Carlos Seguí - CAE <[email protected]> wrote: >>> >>> >>> And in the case of a web application? >>> >>> Now I have a windows service that calls a given action of my web app each >>> certain time, but I don't know if thi is the best solution. >>> >>> >>> >>> Juan Carlos Seguí >>> Dpto. I+D+i - CAE, S.A. >>> >>> >>> Chris Wright escribió: >>>> >>>> Yes. >>>> >>>> Oh, you want me to tell you about the idea I have to implement such a >>>> function, most likely. >>>> >>>> Use a windows service. >>>> On unix, man 1 mono-service >>>> >>>> 2009/4/16 eyal <[email protected]>: >>>> >>>>> >>>>> Hi All, >>>>> >>>>> I am interested in building a controller that takes care of automated >>>>> jobs on a daily bases. For example I want to send an email to an >>>>> account holder based on a certain criteria. The scheduler will test >>>>> for this criteria once a day and send emails accordingly. >>>>> >>>>> Does anyone have an idea of how to implement such function? >>>>> >>>>> Thanks >>>>> >>>>> Eyal >>>>> >>>> >>>> >>>> >>> >>> >>> > >>> >> >> -- >> Sent from my mobile device >> >> Cheers, >> >> w:// >> >> > >> > > > > -- > > Ricardo Lopes > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
