
July 21st, 2012, 06:09 PM
|
 |
Lord of the Dance
|
|
|
|
Quote: | Originally Posted by graham_77
I'd like to have a program listen 24/7 to a public data feed and then send out emails when it receives certain information.
|
This feature should probably be executed using cronjob / scheduled task.
This can be created as "standard" program using c++ or other language. It depends at what the (web) hosting site support.
Releated to godaddy, you can seach for cronjob informaiton directly on their page:
http://support.godaddy.com/search/all/cronjob/
|