Stefan, First of all, yes, you would be correct. Instantiating a few hundred Transfer Objects is definitely going to be a performance hit. If this is only on an admin screen, or only a once-in-awhile thing, then you should be okay. But it will definitely be noticeably slower.
Secondly, if I am not mistaken, I believe you stated (on another list) that you were using CF9. If that is correct, I would highly recommend that you look at using CF9 ORM (Hibernate) rather than Transfer. Doing so will save you a ton of time and headache. HTH -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en
