Click here to Skip to main content
15,902,112 members
Home / Discussions / C#
   

C#

 
GeneralRe: A service to process scheduled tasks Pin
musefan30-Nov-10 1:37
musefan30-Nov-10 1:37 
GeneralRe: A service to process scheduled tasks Pin
PIEBALDconsult30-Nov-10 2:15
mvePIEBALDconsult30-Nov-10 2:15 
GeneralRe: A service to process scheduled tasks Pin
musefan30-Nov-10 2:31
musefan30-Nov-10 2:31 
GeneralRe: A service to process scheduled tasks Pin
PIEBALDconsult30-Nov-10 18:10
mvePIEBALDconsult30-Nov-10 18:10 
AnswerRe: A service to process scheduled tasks Pin
Moreno Airoldi30-Nov-10 2:08
Moreno Airoldi30-Nov-10 2:08 
AnswerRe: A service to process scheduled tasks Pin
Jan Limpens30-Nov-10 5:14
Jan Limpens30-Nov-10 5:14 
AnswerRe: A service to process scheduled tasks Pin
ely_bob30-Nov-10 7:14
professionalely_bob30-Nov-10 7:14 
AnswerRe: A service to process scheduled tasks Pin
MattPenner30-Nov-10 8:37
MattPenner30-Nov-10 8:37 
I have had a lingering project with this type of feature. Unfortunately it is always pushed down the priority scale so I haven't implemented a solution.

However, I found are two very potential ways of handling it nicely. They seem to be a lot better than plain old Windows Scheduler or SQL jobs since you can write almost any .Net code you want for it. These are not in any particular order.
1) [Windows Workflow] - This has come a long way and might really work out for you.
2) [Quartz]- Open source enterprise job scheduler. I really want to try out this one. You can can even scale it across multiple servers if you wanted to. Seems pretty robust and has been around for a while. Built on top of .Net so it's definitely something you can probably dive into.

Let us know what you end up using. I'd really like to hear how it turned out.
Questionduplicate email problem Pin
Tridip Bhattacharjee29-Nov-10 1:45
professionalTridip Bhattacharjee29-Nov-10 1:45 
AnswerRe: duplicate email problem Pin
Sebastien T.29-Nov-10 1:52
Sebastien T.29-Nov-10 1:52 
AnswerRe: duplicate email problem Pin
Keith Barrow29-Nov-10 2:03
professionalKeith Barrow29-Nov-10 2:03 
AnswerRe: duplicate email problem Pin
RaviRanjanKr29-Nov-10 4:19
professionalRaviRanjanKr29-Nov-10 4:19 
GeneralRepeat Pin
Not Active29-Nov-10 5:09
mentorNot Active29-Nov-10 5:09 
QuestionMessage Removed Pin
29-Nov-10 1:01
ArtOfScience29-Nov-10 1:01 
AnswerRe: How to detect if monitor is powered on Pin
RobCroll29-Nov-10 1:15
RobCroll29-Nov-10 1:15 
GeneralMessage Removed Pin
29-Nov-10 1:34
ArtOfScience29-Nov-10 1:34 
GeneralRe: How to detect if monitor is powered on Pin
RobCroll29-Nov-10 2:15
RobCroll29-Nov-10 2:15 
GeneralRe: How to detect if monitor is powered on Pin
ArtOfScience29-Nov-10 2:34
ArtOfScience29-Nov-10 2:34 
AnswerRe: How to detect if monitor is powered on Pin
Henry Minute29-Nov-10 1:21
Henry Minute29-Nov-10 1:21 
GeneralRe: How to detect if monitor is powered on Pin
ArtOfScience29-Nov-10 1:30
ArtOfScience29-Nov-10 1:30 
AnswerMy Vote of 1 Pin
Keith Barrow29-Nov-10 1:26
professionalKeith Barrow29-Nov-10 1:26 
AnswerRe: How to detect if monitor is powered on Pin
Keith Barrow29-Nov-10 2:00
professionalKeith Barrow29-Nov-10 2:00 
GeneralRe: How to detect if monitor is powered on Pin
ArtOfScience29-Nov-10 2:08
ArtOfScience29-Nov-10 2:08 
GeneralRe: How to detect if monitor is powered on Pin
Keith Barrow29-Nov-10 2:12
professionalKeith Barrow29-Nov-10 2:12 
GeneralRe: How to detect if monitor is powered on Pin
ArtOfScience29-Nov-10 2:25
ArtOfScience29-Nov-10 2:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.