all groups > dotnet clr > june 2005 >
You're in the

dotnet clr

group:

job scheduler in .net


Re: job scheduler in .net Willy Denoyette [MVP]
6/30/2005 12:00:00 AM
dotnet clr:
The Windows task scheduler IS a service, you can schedule tasks from your
applications that will get spawned by the scheduler.

Willy.

[quoted text, click to view]

job scheduler in .net AVL
6/30/2005 12:11:07 AM
Hi,
How do we schedule a job?Is there any alternative other than creating a
windows service?

Are there any job schedulers in .net? Any freeware?

Regs
Re: job scheduler in .net AVL
6/30/2005 2:36:05 AM
Yes. This is one of the solution..
But I want to know if any tool or service which we can use directly in our
applications.........

Any tool like Quartz - Job scheduler in Java.....


[quoted text, click to view]
Re: job scheduler in .net AVL
6/30/2005 5:36:12 AM
Thanks a lot..but do we have any third party tools which do the same..........

[quoted text, click to view]
Re: job scheduler in .net Eric Moreau
6/30/2005 9:24:08 AM
see http://www.mvps.org/emorcillo/en/code/shell/tasksched.shtml

--


HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
(http://aspnet2.com/mvp.ashx?EricMoreau)
Conseiller Principal / Senior Consultant
Concept S2i inc. (www.s2i.com)

[quoted text, click to view]

Re: job scheduler in .net Willy Denoyette [MVP]
6/30/2005 9:48:56 AM
Windows comes with a task scheduler why not use this one?

Willy.

[quoted text, click to view]

AddThis Social Bookmark Button