I've got a CFC that contains several UDF's that I use time to time in my session scoped CFC objects. Right now, at the top of the session scoped object, I use createobject to instatiate the library. Looking back at it now, it seems that this way is not very efficient, but storing the library in an application scope and referencing it via applications vars seems to be bad design also. What other ways might I do this?
-- Marlon ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
