Jeff wrote:
Looking into RSS readers now. I must admit i am new to rss feeds. how often do they get created? do the rss reader go and get them daily, hourly, etc.. is this configurable? i guess the question i am asking is will i only get updated once a day with a big long list of all the posts for that day? if so, what time do yours get generated?
thanks.
RSS Feeds are blocks of XML send to the requestor like blocks of HTML are send to requestor if you request a page. So if you click on an rss icon in your browser, you'll get the XML.
The feeds are cached in ASP.NET, and removed from the cache if a thread in a forum changes. THe next request for the feed then recreates it and caches it again.
So if you update once per half hour, you'll get more frequently new updates. Though as requesting a feed every half hour will pull hte complete feed (all latest 50 messages) block, it is recommended (to keep bandwidth low) to refresh the feeds every 2 hours or so. BUt if you just want to stay up to date what has changed that day, just fetch the feeds daily
swallace wrote:
My personal favorite for RSS reading is NewsGator's Outlook extension. The RSS feeds appear right in Outlook 2003 just like any other piece of mail, and are stored in the PST (or is it OST?) on the local machine, so you can get online, download, disconnect and read at your leisure, all within Outlook. Great for traveling. Sweetness.
You liked newsgator? I tried it, but it was a weird thing. It flooded my unread folder, and was very very slow (IMHO), probably because spambase tried to scan everything .
Stay away from saucereader. That thing stores all feeds in .... XML so you'll have to deal with several files of 30-60MB (!) of xml which of course doesn't make it a fast performer