Since the memory footprint of a CFC is generally very small, I would just create everything together at app startup (ideally using ColdSpring) and be done with it.
On Sun, Mar 27, 2011 at 7:21 PM, Greg Morphis <[email protected]> wrote: > > If you have a site or an area of the site that's not going to get used > a WHOLE lot would it make sense to create cfc objects (beans, > gateways, daos) when you need them or is it still best just to create > the gateway and dao object on application start? At what point would > you just create it in the application scope? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343329 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

