Re: [Blogcfc-develop] More B3 Comments
Brought to you by:
cfjedimaster
From: Leif W. <lei...@ma...> - 2003-12-02 03:23:58
|
On Dec 1, 2003, at 3:36 PM, Raymond Camden wrote: >> 4) Am I correct in thinking that the RSS feed is generated >> each time the cfm file is called? The RSS file gets updated >> each time an entry is made. So why have it hit the server for >> processing on each request. Why not have it generate an >> actual RSS file each time an entry is made and have an RSS >> file written at that time. Then refer people to the actual >> RSS file. Wouldn't that reduce server load? [OK, I *know* I >> am missing something here. I thought I'd stick my neck out >> far enough it might generate a discussion.] > > No, you aren't missing anything. That is a very valid criticism. There > is > only ONE thing I can think where it would matter, and that is a case > where > you change blog.ini settings. Of course, that is a rare thing, and we > can > add a 'regenRSSFile()' method or some such. Either way, I'll defintely > consider it post 3.0. Just so that I can discuss this intelligently: 1) Serving up an RSS would take less (little to none) processing by CF. Correct? 2) Could we move the RSS generation to the caching code? Is that where it needs to be? 3) Are there any file access concerns to be considered when writing an actual RSS file to the app's root? Thanks. Leif |