FYI - I had a few options when it related to the hash. I found the cfsavecontent was the fastest option.
That said, I didn't try simply using cfset. I was trying to shortcut that. If you do submit a patch can you please make sure that all the hashing methods have their output attribute set to false? Thanks for all your help with this, Doug -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick McElhaney Sent: Friday, October 13, 2006 8:05 AM To: [email protected] Subject: Re: [Reactor for CF] Syntax error at token 0, line 0 offset 0 On 10/12/06, Byron Raines <[EMAIL PROTECTED]> wrote: > That did the trick. Sweet. I'll clean it up and put together a patch. > Based on my limited knowledge, I wonder if this could be written inside a <cfscript>? Yes, it could. If you're asking about performance, I don't think it matters. Thanks to Doug's caching this code doesn't run very often. > I also wonder if the <savecontent> is conflicting with FB somehow? That sounds plausible. I'd be interested to see what happens when <cfsavecontent> is stress-tested. A loop of <cfsavecontent>s nested three levels deep, or something like that. Patrick -- Patrick McElhaney 704.560.9117 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
