I think he's talking about instantiating the CFC once or 2000 times, not actually writing 2000 copies of the CFC to the server.
John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -----Original Message----- From: Justin D. Scott [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 9:56 AM To: CF-Talk Subject: RE: CF Performance > My question is what would be more taxing on the server, to have 2000 > seperate instances of the same cfcs for each site or to have one main > folder with all the cfcs and each 2000 template sites running them. Remember, ColdFusion will cache the compiled code in memory, so if you have 2000 copies of the same files, ColdFusion will cycle them in and out of memory as it fills up and older ones get bumped out. If you use the same files and call them from all of the sites it will only need to load, compile, and cache one of each, so it should be faster and a whole lot easier to manage. ----------------------------------- Justin D. Scott Vice President Sceiron Interactive, Inc. www.sceiron.com [EMAIL PROTECTED] 941.378.5341 - office 941.320.2402 - mobile 941.870.5626 - facsimile ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205676 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

