Jose Cuervo
Member
- Joined
- Jul 14, 2010
- Messages
- 14
- Programming Experience
- 1-3
Hi,
What is the best way to run a process say every 30 minutes? Or at 0900?
I have an app which does quite a few things, and want to add something that will run every 30 minutes. Don't want to use windows scheduler as i want to keep it all in the one app.
Is the only way to run a thread.sleep for 1800000? If so, can i run 2 background workers on the 1 app?
Cheers
What is the best way to run a process say every 30 minutes? Or at 0900?
I have an app which does quite a few things, and want to add something that will run every 30 minutes. Don't want to use windows scheduler as i want to keep it all in the one app.
Is the only way to run a thread.sleep for 1800000? If so, can i run 2 background workers on the 1 app?
Cheers