Hi,

I've built an ASP application that parses multiple RSS feeds and extracts information for later use in the application.

However, there is obviously a delay in the ASP page loading as I add more RSS feeds to the application. I was wondering, what's the most efficient way to parse RSS feeds, for data to be used in a web site, without having a detrimental effect on the delay of the page being displayed to a user of the web site?

Thanks!