> Now I'm caching the rss feed and only loading it on application
> restart and also randomly every 1000 requests or so....

I had similar issues so the way I solved it was to write a mini
aggregator..... It consumes the RSS feeds I want on a schedule and dumps the
RSS into a clob in the DB. That way, if the RSS feed I want to get is down,
I still had the old one and I limited my RSS consumption to a rate I was
happy with in the aggregator on a per feed basis... The RSS feeds get pulled
from the DB and parsed in the usual manner for inclusion into the site...
works a treat :)

Paul



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276793
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to