That could be done, but I'm about to implement the same type of system and
with thousands upon thousands of requests for a seldom-changing feed, I'll
be statically writing each feed (I'll have multiple) once per day to lessen
the load on the server, rather than creating the same file repeatedly for
each request.

Rob

-----Original Message-----
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 19, 2007 9:19 PM
To: CF-Talk
Subject: RE: Broadcasting RSS from your site

Why write the file?  Why not dynamically generate the feed when it's
requested by a reader?

M!ke 

-----Original Message-----
From: Adrian Wagner [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 19, 2007 8:46 PM
To: CF-Talk
Subject: Re: Broadcasting RSS from your site

I think, that is excactely how you do it. That's how I do it anyhow.
My site (personal travel website) doesn't have daily updates, so, I
actually create the xml's manually from the CMS (button excecuting the
'create rss feed' functionality). However, you obviously can chuck that
into a scheduled task or even automatically output the xml file after
every change to the DB. I reckon, that depends on your business needs.
 
Dunno, maybe there are better ways to do it. It works for me though and
the RSS feed is actually used quite a bit.
 
Good luck.
a.

>>> [EMAIL PROTECTED] 20/04/2007 9:38:22 am >>>

I'd like to add a couple of RSS Broadcast Channels to a site.

Easiest way seems to be:

1. Create an admin page for add/edit items to database 2. Any change to
the database uses cffile to write a
    new properly formatted XML file to the server.


Almost seems too easy, therefor I *know* I'm missing something. Am I?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275908
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