reading from different rss feed in a windows service
I have a windows service which reads from different feeds and chooses a few to show. The problem is, if the time intervals between checking for updates is too long, then I won't have all the news at the exact time they are published, and if the time intervals are too short then it might not be able to save all the data I want in my database (which is SQL Server).