Hi All, thanks for the input - I really appreciate it. I should have said that I'm looking at implementing this across 3 CF enterprise servers and then having the load balancer point users to a specific server and keep them on it (mind's gone blank but I think this is called sticky session). So, really I suppose it is 200,000 users divided across 3 servers. I know that the performance issue is a ColdFusion not Transfer. I'd love to be able to use something like hibernate / Java / groovy but sadly I don't have the time to learn the skills well enough to use them on a project of this scale. I've gone for the rather pragmatic "better the devil you know" approach. This is partly because I believe (and I may be proved wring!) that CF9 will be faster at creating objects (although probably nowhere near Java) and I can always swap out the DAL to use hibernate at later date.
I've been giving this a lot of thought over the weekend and decided to drop the Transfer relationship and do it some other way, so it's good to see that you guys agree that using composition here is not the way to go. @Adam, I did have a look at using Transfer with an IBO a while ago but didn't explore it as far as you have, do I'd be interested to see it once you're ready to release it. --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer 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 -~----------~----~----~----~------~----~------~--~---
