That's classes, not instances. There's a huge difference. Joe's description wasn't totally clear; here's what I think he was trying to say (and I agree with):
Each CFC instance has a reference to a shared singleton for each function. So the first CFC of a given type will create n+1 instances (where n is the number of functions), and then all subsequent CFCs created for that type will only create 1 new instance and reference the preexisting instances of the functions. cheers, barneyb On 4/11/07, Steve Brownlee <[EMAIL PROTECTED]> wrote: > It is true that this happens. Here's a new of distinct classes that > exist for an Email.cfc in our system. > -- Barney Boisvert [EMAIL PROTECTED] http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275044 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

