J
Just Me
Need to write a program that wakes up every 15 minutes and does something.
I guess I could just create a Windows application and schedule it to run
every 15 minutes.
Or I could have a program always in memory that uses a timer to activate it
every 15 minutes.
1) Any suggestions?
2) Any example code if the way to go it to stay in memory?
3) Is 2 above what is called a service?
Thanks
I guess I could just create a Windows application and schedule it to run
every 15 minutes.
Or I could have a program always in memory that uses a timer to activate it
every 15 minutes.
1) Any suggestions?
2) Any example code if the way to go it to stay in memory?
3) Is 2 above what is called a service?
Thanks