Keep in mind those are actually inner classes.
> Thanks....that cleared things up for me. > > I still cannot understand why CF would compile CFC methods into > individual Java classes and necessitate the shared function-class > references. Unless this is how Java does it as well internally........ > > > Joe > > >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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275046 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

