Hi -- I am experiencing a condition with jboss' (using tomcat for the servlet container) RSS size steadily increasing over time. Eventually, the machine runs out of memory and jboss must be restarted. I turned on verbose gc logging and can see that the heap size is quite stable. It bounces between 100M and 250M regularly, far below the max heap ...
I'd like to write a small program that can connect to a website, and access the latest RSS feeds from a website, such as http://www.bbc.co.uk or http://www.cnn.com I've dealt with connecting to websites and parsing the HTML to access other http links before, but I have little idea about accessing RSS feeds. My understanding is that I'll need to access an ...
Hi, I am trying to create an rss reader and have hit a snag, basically it is to do wiht when i update the feeds, as far as i can see there is no formalized way to determine if a feed needs to be updated so i could simply update it every time it is displayed (which seems very wastfull) or ...