M
Mr. B
I've an application in which I use to check out the date/time stamp of a data
base... and if I find that it has been updated, my application runs and does a
particular update.
Currently I fire off my application hourly useing the built in XP Scheduler.
What I am going to do is to have my application check every minute while it is
running as I don't want to have to wait up to a hour for my particular update
to happen....
But what I am wondering about is IF I should just simply run my application
all the time in the background (there is no form needed to be visible while it
runs). Or is there a 'better' way to run my application using less resources,
etc? Is there anything special I need to do to make it a 'service'? Or what?
Any thoughts appreciated.
Regards,
Mr. B
base... and if I find that it has been updated, my application runs and does a
particular update.
Currently I fire off my application hourly useing the built in XP Scheduler.
What I am going to do is to have my application check every minute while it is
running as I don't want to have to wait up to a hour for my particular update
to happen....
But what I am wondering about is IF I should just simply run my application
all the time in the background (there is no form needed to be visible while it
runs). Or is there a 'better' way to run my application using less resources,
etc? Is there anything special I need to do to make it a 'service'? Or what?
Any thoughts appreciated.
Regards,
Mr. B