I am building a web service that involves parsing of 3rd party RSS feeds. How can I be informed about the 3rd party RSS feeds being updated?
I know that I can set up a Cron job to check for RSS updates every X minutes. But I don't want to generate unnecessary traffic and computing overhead.
Can I somehow have my system pinged by a web service like Pingomatic or FeedBurner?