My question has to do with the overhead associated with instantiating (calling) a cold fusion script. When designing my site, I need to decide between creating one large script for each page and creating many smaller scripts that will be called from each page (perhaps from server side includes). My concern is that calling numerous small scripts will introduce significant instantiation overhead...and that it may be better to simply create one large script (which may ultimately have more instructions). Is my concern valid? Does CF introduce significant instantiation overhead when a script is called? Thanks in advance, Joe Waltman Akamai Technologies ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
