Click here to Skip to main content
15,885,213 members
Home / Discussions / C#
   

C#

 
AnswerRe: A service to process scheduled tasks Pin
Rob Philpott29-Nov-10 5:49
Rob Philpott29-Nov-10 5:49 
GeneralRe: A service to process scheduled tasks Pin
musefan29-Nov-10 6:00
musefan29-Nov-10 6:00 
GeneralRe: A service to process scheduled tasks Pin
Mycroft Holmes29-Nov-10 22:02
professionalMycroft Holmes29-Nov-10 22:02 
GeneralRe: A service to process scheduled tasks Pin
musefan29-Nov-10 22:30
musefan29-Nov-10 22:30 
AnswerRe: A service to process scheduled tasks Pin
PIEBALDconsult29-Nov-10 14:26
mvePIEBALDconsult29-Nov-10 14:26 
AnswerRe: A service to process scheduled tasks Pin
adambl29-Nov-10 22:14
professionaladambl29-Nov-10 22:14 
GeneralRe: A service to process scheduled tasks Pin
hoernchenmeister30-Nov-10 0:09
hoernchenmeister30-Nov-10 0:09 
AnswerRe: A service to process scheduled tasks Pin
JasonPSage30-Nov-10 1:21
JasonPSage30-Nov-10 1:21 
Databases and Regular Files (stream of bytes stored on disk) are both powerful mechanisms for data storage and retrieval. Remember that each has it's strengths: point is to take a moment to think if perhaps the database being polled for work versus a special file you devise (for speed's sake) that allows quick answers to the "Polling: Do what Now? question"

Second - There is a tool called SEC: Simple Event Correlator

I think you'll find this isn't as far removed from what you're trying to do as it might first look... this is the kind of system you are talking about - for general scheduling.. then you can toss in business logic to do all kinds of stuff.

The premise is this thing works by reading log files... and applying "rules" to them./.. basically.. if Log file A says "Server Down" ..say... you toss in rule.. 4 times in an hour - then this SEC thing would see the condition was met, then fire off some other task you said to do in this condition... say email IT server support, call the troops.. Perhaps if the same program see that 2 hours later server is still down - it sends out a email to let folks know "system X" is offline and is undergoing maintenance...

I'm all about writing fresh new cool useful systems when I can manage it.. but in this case.. I think you might have a few systems to pull from that you can "configure-code-customize" to do exactly what you need without to much heads-down new-development other than implementation work to automate what you need done... like sending those emails you were asking about

[edit]Conclusion: By using SEC or Splunk or other log file analyzing rule based engine - and perhaps simply writing a line of text to a log file to cause something to fire... or by just monitoring log files for "triggers" to respond to - action items... might work as a direct alternative to simple scheduled "cron" or "system tasks" being queued up.
[/edit]
Know way too many languages... master of none!

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 
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 

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.