Though it's probably a bit late to ask since I've already written a bunch of
apps, but..
I'll instantiate a CFC with
<cfobject component=#application.cfcpath#cfcname" name="cfcname">
at the beginning of several pages of an application. The methods within the CFC
are generally queries.
Now my question is if most of the methods within the CFC are not used in the
page, does this create any undue stress on the server? The largest CFC might by
around 50K with 30 methods.
Thanks in advance,
John