Intriguing. I was always under the impression that if you defined the scope in the first place, the same kind of performance increase would occur? Is that not what happens?
Thanks! Keep up the good work! -Jordan Gert Franz wrote: >hi there, > >just take a look at the performance tests we did with railo alfa 4 in >comparison to cfmx. >http://www.railo.ch/en/documentation/index.cfm?treeID=30 >We have a lot of improvements and in railo and no big limitations >(except for the couple of tags and functions that we still have to >implement). >Take the scope cascading for example. By turning it off you can boost >the performance of railo greatly. Scope cascading allows you to >implicitly reference variables. For example you can write the statement ><cfset test = Name>. The variable Name has no Scope-Qualifier so Railo >normaly checks the usual scopes (in a predefined order [variables, >current query, form, url a.s.o.]) to find it. You can turn this >behaviour off so that you have to write <cfset test = url.Name>. This >leads to a large improvement in execution-speed. And adding to this the >code can be easier read. Of course this is a (configurable) limitation, >but with the advantages you get, you won't consider it to be a >limitation. > >Check out www.railo.com for updates. > >We plan to release Railo Beta in the first quarter of 2005. > ><cfregards from="Gert Franz" who="railo developer" >location="switzerland" respondto="[EMAIL PROTECTED]"> > > -- Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183435 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

