G
Guest
Hi,
In my ASP.Net application, I want to read a list of RSS feed every 30
minutes. To start this, I check the current minute and I do a modulo 30. Once
it's started, I check in my database and I call all RSS feed that I have.
It's actually about 10 RSS feeds, but it can grow up to 400 or 500.
I was wondering I I'd better use a new thread for this. I don't want the we
site to freeze every 30 minutes because it's jammed querying RSS feeds.
Is ASP.Net already managing this or I have no choice to use a thread for the
RSS querying?
Thanks for any help,
Stephane
In my ASP.Net application, I want to read a list of RSS feed every 30
minutes. To start this, I check the current minute and I do a modulo 30. Once
it's started, I check in my database and I call all RSS feed that I have.
It's actually about 10 RSS feeds, but it can grow up to 400 or 500.
I was wondering I I'd better use a new thread for this. I don't want the we
site to freeze every 30 minutes because it's jammed querying RSS feeds.
Is ASP.Net already managing this or I have no choice to use a thread for the
RSS querying?
Thanks for any help,
Stephane