Ben - See my comment on making your Collections syncronised - its something i hope you haven't overlooked.
Mark On 9/20/06, Gert Franz <[EMAIL PROTECTED]> wrote: > Hi Ben, > > i was quite astonished when I read that CF passes arrays as clones. > Railo for instance does not. So Arrays (which are not simple values) are > much faster than in MX. And Structures are up to 20 times faster then > with MX. But you allways have to live with the fact that a passed > variable can be changed inside a function. > > Gert > > Greetings / GrĂ¼sse > Gert Franz > Customer Care > Railo Technologies GmbH > [EMAIL PROTECTED] > www.railo.ch > > Join our Mailing List / Treten Sie unserer Mailingliste bei: > deutsch: http://de.groups.yahoo.com/group/railo/ > english: http://groups.yahoo.com/group/railo_talk/ > > > > Ben Nadel schrieb: > > Hey all, I was fooling around with some code last night and found a way to > > pass ColdFusion arrays by reference, and NOT by value. I am just very > > excited about this and though maybe you all would like to know about it to. > > >From some prelim testing, it looks like passing by reference has HUGE > > performance gains and is just all around wicked sweet! > > > > http://www.bennadel.com/blog/275-Passing-Arrays-By-Reference-In-ColdFusion-S > > WEEET.htm > > > > ....................... > > Ben Nadel > > www.bennadel.com > > Certified Advanced ColdFusion Developer > > > > Need Help? > > www.bennadel.com/ask-ben/ > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253551 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

