Scheduling Design
-
Hi there, I'm building an .net application that will run various SQL reports according to given schedules. My question is - what is the best way to implement a scheduler ? The ideas I came up with were : 1) Creating a service for the application 2) Using windows scheduled tasks 3) Minimizing the application to the notification area in the bottom-right of the taskbar , and let it just sit in the memory and run the reports on its own. I'm not sure if these ideas are any good.. it's just what I came up with and it's my first time messing with schdules. Thanks.
-
Hi there, I'm building an .net application that will run various SQL reports according to given schedules. My question is - what is the best way to implement a scheduler ? The ideas I came up with were : 1) Creating a service for the application 2) Using windows scheduled tasks 3) Minimizing the application to the notification area in the bottom-right of the taskbar , and let it just sit in the memory and run the reports on its own. I'm not sure if these ideas are any good.. it's just what I came up with and it's my first time messing with schdules. Thanks.
Have you come up with any good ideas?
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
-
Have you come up with any good ideas?
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
Yes , I've used The wonderful task scheduler wrapper : http://www.codeproject.com/KB/cs/tsnewlib.aspx[^] by Dennis Austin. It works very well and is very very simple to implement.
-
Yes , I've used The wonderful task scheduler wrapper : http://www.codeproject.com/KB/cs/tsnewlib.aspx[^] by Dennis Austin. It works very well and is very very simple to implement.
Very cool looking article. Thanks for the link :-D
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon