> But why not go ahead and get the job done with the initial load of the > application? Why wait for it to happen two page loads later?
If you initialize all of your objects with the start of your application then the user will have to wait until the objects are all initialized before they can view any pages. As you know, CFC's are pretty heavy and createObject, though it is better than cfinvoke, still takes time. ANSWER: If the application waits two pages later, the visitor to your site will not have to. I put my users first. -Aaron ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263654 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

