An event system and/or IIS timers

Discussion in 'ASP.NET / ASP.NET Core' started by dimkaspb, Jun 19, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Our application has a simple reminder system where every day a batch is ran and a set of e-mails is sent out. One way to implement this system would be to use IIS timers, however due to the new worker thread recycling feature in IIS 6.0, IIS timers cannot be used reliably for these purposes.

    Are there any plans to include a simple event/batch scheduling system in the future?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Yes. We are specing out a scheduling system.

    We will have this in the future release of the control panel.
    quote:Originally posted by dimkaspb

    Our application has a simple reminder system where every day a batch is ran and a set of e-mails is sent out. One way to implement this system would be to use IIS timers, however due to the new worker thread recycling feature in IIS 6.0, IIS timers cannot be used reliably for these purposes.

    Are there any plans to include a simple event/batch scheduling system in the future?
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page