This came up in a Flex preso we had at the local CFUG - where the presenter was sending over arrays of actual objects to Flex.
>From my development experience, generating large collections of objects should be avoided at all costs - this is why we have queries - they provide a decent enough abstraction from the given collection of data. You tend to only look at objects when looking at a particular record of data - e.g. a User. How did this manage to change in the Flex world? Mark On 11/24/06, Mark Drew <[EMAIL PROTECTED]> wrote: > I thought I would do a comparison test... interesting results I must > say... > > http://www.markdrew.co.uk/blog/ > > Let me know if any of my logic is flawed > > Regards > > Mark Drew > > > On 23 Nov 2006, at 19:32, Kevin Aebig wrote: > > > I agree, but it's a valid way of picking things apart. > > > > I would hope that most people doing these types of testing aren't > > the kinds > > of people to process that amount of data at any one time. > > > > Cheers, > > > > !k > > > > -----Original Message----- > > From: Tom Chiverton [mailto:[EMAIL PROTECTED] > > Sent: Thursday, November 23, 2006 10:45 AM > > To: CF-Talk > > Subject: Re: ColdFusion and Flex Integration - up to 10x gain, > > avoid cf > > object creation > > > > On Thursday 23 November 2006 16:22, greg h wrote: > >> 200 records As objects: 1180 ms, As structs: 150 ms > >> 2000 records As objects: 10,800 ms, As structs: 460 ms > > > > I still maintin that if you are even trying to send 2000 of > > anything down to > > > > the client (HTML, WebService or Flex), you need to rethink things - > > there is > > > > no way a user can cope with 2000 things at once, so why send them > > all at > > once ? > > > > -- > > Tom Chiverton > > Helping to enormously engage interactive relationships > > > > **************************************************** > > > > This email is sent for and on behalf of Halliwells LLP. > > > > Halliwells LLP is a limited liability partnership registered in > > England and > > Wales under registered number OC307980 whose registered office > > address is at > > St James's Court Brown Street Manchester M2 2JF. A list of members is > > available for inspection at the registered office. Any reference to a > > partner in relation to Halliwells LLP means a member of Halliwells > > LLP. > > Regulated by the Law Society. > > > > CONFIDENTIALITY > > > > This email is intended only for the use of the addressee named > > above and may > > be confidential or legally privileged. If you are not the > > addressee you > > must not read it and must not use any information contained in nor > > copy it > > nor inform any person other than Halliwells LLP or the addressee of > > its > > existence or contents. If you have received this email in error > > please > > delete it and notify Halliwells LLP IT Department on 0870 365 8008. > > > > For more information about Halliwells LLP visit www.halliwells.com. > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:261588 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

