scheduled task manager question....

Discussion in 'Hosting Services / Control Panel' started by reyb, Jun 21, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Our website will have 2 programs running in the background and I was pointed to the scheduled task manager to get them running. Our programs are written in C#, so is it possible to user the scheduled task manager for them? Can someone give an example? :)

    Thanks,

    Rey
     
  2. Are your 2 applications, web applications? If they are you will be able to use the scheduler to call them. The scheduler basically makes a http request to a URL on a regular scheduled basis and therefore enables custom tasks to be executed server side on the web server when that scheduled event occurs.
     
  3. One of the applications connects to an IMAP server, processes incoming email, sends out email and updates a database. I was hoping that I can specify the program with the URL and that the scheduler will execute it. I'm in the process of trying to test it, but it's a little slow for me since I'm trying to get familiar with how to set things up with DiscountAsp.net.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    No.. the scheduled task tool will not execute an executable problem.

    You probably want to do this on your own computer by setting up a simple Windows Scheduled task.
     
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