|
Vince,
Most of our CFC-based code consists of static methods.
On application startup we use CreateObject to pin them in the Application scope
to increase performance, then just call them as needed.
Would the BD7 technique you mention be similar to what CF does
with components when called using the component name in CFINVOKE (rather than a
reference), such that it creates and destroys an instance behind the scenes each
time it is invoked (IIRC)?
Respectfully, Adam Phillip Churvis
Get advanced intensive Master-level training in ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected] |
- [CFCDev] Static CFC methods Vince Bonfanti
- Re: [CFCDev] Static CFC methods Steve Runyon
- RE: [CFCDev] Static CFC methods tom.schreck
- Re: [CFCDev] Static CFC methods Sammy Larbi
- Re: [CFCDev] Static CFC methods Nathan Strutz
- Re: [CFCDev] Static CFC methods Adam Churvis
- RE: [CFCDev] Static CFC methods Dave Watts
- RE: [CFCDev] Static CFC methods Vince Bonfanti
- Re: [CFCDev] Static CFC methods Cody Caughlan
- RE: [CFCDev] Static CFC methods Vince Bonfanti
- RE: [CFCDev] Static CFC methods Jason Daiger
- Re: [CFCDev] Static CFC methods Steve Runyon
- Re: [CFCDev] Static CFC methods Matt Woodward
- [CFCDev] Scoping Question Brian Peddle
- RE: [CFCDev] Scoping Question Bryan F Hogan
- Re: [CFCDev] Scoping Question Cody Caughlan

