I intend to build a small web site that will poll a third party web service, say every 15 minutes, store the collected data in a db and display the results via web pages.
I want the polling to run 24 hours a day with or without anyone visiting the web site.
I know I could create a stand alone application that could run on the server to do this but is there a clean way to incorporate this into the website code. I need something that would be easy to deploy on a cheep 3rd party hosting site.
Any pointers in the right direction will be welcome.
Thanks